NibiruChain
nibiru-wasm
Rust

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.

Ref: github.com/casey/just

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท NibiruChain/nibiru-wasm ยท Updated daily from GitHub