ordinals-api
ordinals-api copied to clipboard
Support BRC-20 in Regtest
Is your feature request related to a problem? Please describe. I can't test brc20 inscriptions locally with regtest bitcoin node because indexing starts from brc20 genesis block(779832).
Describe the solution you'd like Add some env flag to remove this hardcoded genesis block or set to zero
Describe alternatives you've considered Clone repo and manually set(patch) brc20 genesis block to zero
Was: "Can't test BRC20 inscriptions locally with regtest - BRC20_GENESIS_BLOCK is unreachable from local env"