a new Bitcoin token protocol based on UTXO. It operates on the first layer through Bitcoin scripts and smart contracts (particularly Covenants). Technical features: no need for an indexer, modular and programmable, programmable minting, cross-chain interoperability, and SPV compatibility.
📌 Preparation: Create an Ubuntu server (LU), preferably on a foreign server, with a minimum configuration of 2 CPU cores and 4GB+ RAM.
git clone https://github.com/0xHawre/CAT20.git && cd CAT20
chmod +x ./CAT20.sh CAT20.sh && ./CAT20.sh
yarn cli wallet balances
sudo yarn cli mint -i 45ee725c2c5993b3e4d308842d87e973bf1951f5f7a804b21e4dd964ecd12d6b_0 5 --fee-rate $(curl -s https://explorer.unisat.io/fractal-mainnet/api/bitcoin-info/fee | jq '.data.economyFee')```