Dapp Tools

  1. Smart Contract SDKs

Cosmos SDK

About Cosmos SDK

The Cosmos SDK is an open-source framework designed for constructing multi-asset public Proof-of-Stake (PoS) blockchains, such as the Cosmos Hub, alongside permissioned Proof-of-Authority (PoA) blockchains. These blockchains, developed using the Cosmos SDK, are commonly known as application-specific blockchains.\

What are Application-Specific Blockchains?

Application-specific blockchains present a significantly distinct development paradigm compared to virtual-machine blockchains. An application-specific blockchain is tailored to support a single application, offering developers complete autonomy to make design decisions that optimize the application's performance. Additionally, application-specific blockchains can deliver enhanced sovereignty, security, and performance compared to virtual-machine blockchains.\

Learn more here: application-specific blockchains.

  1. CLI (Comand Line Interface) references

The MANTRA Chain Command Line Interface (CLI) is a versatile tool that allows users to directly interact with the MANTRA Chain network through the command line interface. With the MANTRA CLI, you can perform various tasks including:

1) Logging in with a MANTRA Chain account.

2) Deploying a contract.

3) Interacting with and querying information from a deployed contract.

The chain code compiles into a single binary executable, offering a comprehensive suite of CLI commands accessible via the "--help" command. This command provides detailed explanations of all available CLI commands, empowering users with a clear understanding of the functionality and capabilities of the chain code.\

  1. RPC Hooks

https://rpc.hongbai.mantrachain.io/

\

Last updated