Mantrachain is a global real-world assets platform built on blockchain technology. It leverages advanced blockchain features to facilitate the tokenization and trading of real-world assets.
Mantrachain is designed to bridge the gap between traditional assets and the blockchain world. By enabling the tokenization of real-world assets, it opens up new possibilities for asset management, trading, and financial innovation.
- Real-world asset tokenization
- Advanced blockchain technology integration
- Multi-token support for transaction fees
- Custom fee market implementation
- Cosmos SDK-based architecture
To get started with Mantrachain, you'll need to set up your development environment.
- Go 1.23 or later
-
Clone the repository:
git clone https://github.com/MANTRA-Chain/mantrachain.git cd mantrachain
-
Build the project:
make install
- Spawn the network:
make sh-testnet
- Run the demo:
make demo
To run unit tests:
make test-unit
Mantrachain follows the Cosmos SDK architecture and implements several custom modules to achieve its functionality. The project uses Architecture Decision Records (ADRs) to document important architectural decisions.
For more information on the architecture and design decisions, please refer to the ADR directory.
Mantrachain includes several custom modules:
x/xfeemarket
: Extends the fee market functionality to support multiple fee tokens.x/tokenfactory
: Allows for the creation and management of new tokens (based on Neutron's implementation).x/tax
: Handles tax-related operations within the chain.x/fractionnft
: Allows fractionalizing an nft into tokens for a desired period of time
For detailed information on each module, please refer to their respective README files in the x/
directory.
We take security seriously. If you discover a security issue, please bring it to our attention right away!
Please refer to our Security Policy for more details on reporting vulnerabilities.
We welcome contributions to Mantrachain! Please check out our Contributing Guide for guidelines about how to proceed.
For more detailed information, please check the documentation in the respective directories and files within the repository.