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:

MANTRA Chain Cheat Sheet.pdf

Commands that always help

For bootstrapping a dApp project on MANTRA Chain

  1. 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 .

  1. To generate a new Rust project from Interwasm DAO's template, use the following command:

  1. cargo-generate is a tool that helps you to generate a new Rust project from a template. To install it, run:

  1. For building your Rust smart contract code into WebAssembly (WASM) bytecode and execute in runtime.

  1. Install the necessary dependencies for the deployment script,run the following commands::

Quick Reference

Last updated