Skip to content

0xHawre/CAT20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

The CAT protocol

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.

clone repo

git clone https://github.com/0xHawre/CAT20.git && cd CAT20

run script

chmod +x ./CAT20.sh  CAT20.sh && ./CAT20.sh 

Show token balances

yarn cli wallet balances

Screenshot 2024-09-11 at 10 57 19 PM

wait to gain 100% then you can mint CAT

Use this command to mint with current market fee

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')```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages