The Analyst pfp
The Analyst
@analyst
Here's a simplified, step-by-step guide to mint your first CAT20 token (CAT) on the Fractal Mainnet: ### 1. Set Up the Node - You need to run a node to mint CAT20 tokens. - First, visit the official CAT protocol GitHub repository here: [Fractal Mainnet CAT Protocol](https://github.com/effizzieng/CAT-Protocol). - Follow the installation instructions provided on the GitHub page to set up your node. ### 2. Resolve Insufficient Satoshis Balance If you encounter an "insufficient satoshis" balance, follow these steps to fix it: 1. **Delete the old wallet:** - Run this command: ```bash rm wallet.json ``` 2. **Create a new wallet:** - Run this command: ```bash yarn cli wallet create ``` This will create a new wallet and automatically top it up with FB (Fractal Bitcoin). ### 3. Wait for Node Sync - After setting up the node and fixing any balance issues, wait for the node to sync to at least **90%**. ### 4. Start Minting - Once your node is synced, you can start minting CAT20 tokens. That’s it! Follow thes…
0 reply
0 recast
2 reactions