brc20-prog 0.10.1

BRC20 programmable module - Smart contract execution engine compatible with BRC20 standard
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
BITCOIN_RPC_URL=http://localhost:38332
BITCOIN_RPC_USER=user
BITCOIN_RPC_PASSWORD=password
BITCOIN_RPC_NETWORK=signet
BRC20_PROG_BALANCE_SERVER_URL=http://localhost:18546
BRC20_PROG_RPC_SERVER_URL=127.0.0.1:18545
BRC20_PROG_RPC_SERVER_ENABLE_AUTH=false
BRC20_PROG_RPC_SERVER_USER=user
BRC20_PROG_RPC_SERVER_PASSWORD=password
EVM_RECORD_TRACES=true
EVM_CALL_GAS_LIMIT=1000000000
FAIL_ON_BITCOIN_RPC_ERROR=true
FAIL_ON_BRC20_BALANCE_SERVER_ERROR=true
DB_PATH=target/db