Rust monorepo and Wasm smart contract sandbox for Nibiru
Last updated Jul 5, 2026
30
Stars
10
Forks
17
Issues
0
Stars/day
Attention Score
70
Language breakdown
No language data available.
โธ Files
click to expand
README
NibiruChain/nibiru-wasm
Wasm smart contract sandbox for Nibiru.
โก NibiruChain/nibiru-wasm
โโโ ๐ artifacts # compiled .wasm smart contracts for nibiru-wasm
โโโ ๐ contracts # Smart contracts for Nibiru
โโโ ๐ nibi-stargate # Example contract using nibiru-std for CosmosMsg::Stargate
โโโ ๐ incentives # Generalized incentives over time for locked tokens
โโโ ๐ lockup # For locking and unlocking tokens like LP tokens
โโโ ๐ core-cw3-flex-msig # CW3-flex-multisig with stargate enabled.
โโโ ๐ core-token-vesting # Token linear vesting contracts with optional cliffs.
โโโ ๐ core-token-vesting-v2 # Improved version of core-token-vesting-v2.
โโโ ๐ nibiru-std # Nibiru standard library for smart contracts
โโโ ๐ฆ proto # Types and traits for QueryRequest::Stargate and CosmosMsg::Stargate
โโโ # Includes constructors for Cosmos, IBC, and Nibiru.
โโโ ๐ packages # Other Rust packages
โโโ ๐ฆ cw-address-like # Address-like helper traits for CosmWasm types.
โโโ ๐ฆ easy-addr # Address construction helpers for tests.
โโโ ๐ฆ nibiru-ownable # Ownership patterns for contracts.
โโโ Cargo.toml
โโโ Cargo.lock
โโโ README.md
Hacking
Install just to run project-specific commands.
# Install cargo via rustup if you don't already have it.
curl https://sh.rustup.rs -sSf | sh
Install just
cargo install just
You can view the list of available development commands with just -ls.
๐ More in this category