This project provides tools for deploying and managing CW20 and CW721 tokens within the FIRMA CHAIN ecosystem. It facilitates experimentation and learning of various CosmWasm contracts through a testnet, and when ready, allows the deployment of CosmWasm contracts to the mainnet. Users can easily deploy and test the full capabilities of CW20 and CW721 tokens through this project.
The firmachain-cosmwasm-tool is built on the NestJS framework. No special environment variable settings are required, and it can be used immediately after basic project setup.
- Clone the project and move into the directory:
git clone https://github.com/FirmaChain/firmachain-cosmwasm-tool.git
cd firmachain-cosmwasm-tool
- Install the required packages and run:
npm install
npm run start
Now the cosmwasm-tool project is running, and you have access to all the functionalities needed to deploy and manage CW20 and CW721 tokens.