| Crates.io | nibiru-std |
| lib.rs | nibiru-std |
| version | 0.7.0 |
| created_at | 2023-10-05 16:11:29.034186+00 |
| updated_at | 2025-09-11 22:09:44.348011+00 |
| description | Nibiru standard library for CosmWasm smart contracts |
| homepage | https://github.com/NibiruChain/nibiru-wasm |
| repository | https://github.com/NibiruChain/nibiru-wasm |
| max_upload_size | |
| id | 994325 |
| size | 735,499 |
Nibiru standard library for CosmWasm smart contracts.
⚡ Nibiru Standard Library Packages
├── 📦 nibiru-std # Nibiru standard library for smart contracts
├── 📦 nibiru-ownable # Utility for single-party ownership of CosmWasm smart contracts
└── 📦 nibiru-ownable-derive # Macros for generating code used by the `nibiru-ownable` crate
nibiru-std enables smart contracts to send a multitude of Nibiru-specific transactions from Wasm contracts, or with independent clients. This library provides types and traits for QueryRequest::Stargate and CosmosMsg::Stargate, including constructors for Cosmos, IBC, and Nibiru protocol messages.
For detailed API documentation, visit docs.rs/nibiru-std.
This package is part of the NibiruChain/nibiru-wasm monorepo, which contains smart contract examples and additional tooling for Nibiru development.