/SiennaNetwork

Sienna Network Monorepo

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

Twitter Follow

Coverage Status Contributions welcome Code style

Mainnet addresses

MOVED: See receipts/secret-4/deployments/prod.yml for the up-to-date mainnet addresses of all production contracts.

Development quickstart

git clone <this-repo>
git submodule update --init --recursive
nix-shell # optional, or bring your own Cargo and PNPM
pnpm i
pnpm build latest
FADROMA_CHAIN=Scrt_1_2_Devnet pnpm deploy latest

The smart contracts are written in Rust, targeting SecretNetwork's fork of cosmwasm-std 0.10 on wasm32-unknown-unknown.

See package.json and scripts/ for the available workflow commands.

See also:

Repository content

Post-deployment configuration

After deployment the contracts should be transferred to the master multisig account. The CLI and API wrappers in this repo do not support generating multisig transactions.

See hackbg/motika for a GUI-based multisig transaction signer.