-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support BRC-20 in Regtest #336
Comments
Regtest is currently not supported for BRC-20. We will repurpose this ticket to track that change. |
@smcclellan Please what's the status of this? Currently, when I send a GET request using the schema, I get a PS: I use Ord wallet to create the BRC20s. |
hi @kobby-pentangeli we're currently working on moving the BRC-20 indexing from the API into Ordhook. With this change, you'll be able to index BRC-20 in ordhook using regtest and then serve the data to the API. It's our top priority right now so I'll keep you updated when we have finished. |
@rafaelcr Thanks for the feedback. Just to be clear, does "moving" suggest that the current implementation of the API somehow supports regtest indexing, or perhaps available in a previous commit (state)? I'd love to check that out, just to set up some local infra for testing. |
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"
The text was updated successfully, but these errors were encountered: