- Int3face
- Build and run
- BRC20 Regtest
Setup
Bitcoin Regtest Node
- Download the binaries, extract to the bin folder
- Create home dir for bitcoin
- Initialize configuration file at
~/.bitcoin/bitcoin.conf
- Start the node
- Verify the node is working
Ord Node
Prerequisites:- Rust 1.78+
- Clone the Ord repo
- Build the
ordbinary
{project_root}/target/release/ord
- Create config file for the ord server
ord.yaml
- Start the
ordnode
- Create a wallet
ord
- Create a BTC address for your wallet
- Mine some tokens for your wallet
Execution
Now we have everything ready to inscribe and execute brc-20 txsDeploy BRC-20
- Create a json file with a deploy message
- Create a transaction with the inscription for your wallet
- Mine new block to include your tx
Mint BRC-20
- Create a json file with a mint message
- Create a transaction with the inscription for your wallet
- Mine new block to include your tx
Transfer BRC-20
- Create a json file with a transfer message
- Create a transaction with the inscription for your wallet
- Mine new block to include your tx