Developer Resources
This section contains all the neccessary resources that are required for developing and interacting on MANTRA Chain.
Learn more about CosmWasm
For learning more about cosmwasm here are the resources :
For learning about tools that are used for building dApps on MANTRA Chain, you can refer
mantrachaind cheat sheet
The following cheat sheet contains useful mantrachaind
commands you as a dev would use on a regular basis:
Commands that always help
For bootstrapping a dApp project on MANTRA Chain
Install Beaker, a tool for managing and deploying CosmWasm smart contracts, run the following command:
For learning more about beaker do refer to beaker's github .
To generate a new Rust project from Interwasm DAO's template, use the following command:
cargo-generate is a tool that helps you to generate a new Rust project from a template. To install it, run:
For building your Rust smart contract code into WebAssembly (WASM) bytecode and execute in runtime.
Install the necessary dependencies for the deployment script,run the following commands::
Quick Reference
RPC Endpoints: https://rpc.dukong.mantrachain.io/
API Endpoints: https://api.dukong.mantrachain.io/
Obtain OM testnet tokens: https://faucet.dukong.mantrachain.io/
Block Explorer: https://explorer.mantrachain.io/
Last updated