-
Notifications
You must be signed in to change notification settings - Fork 122
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
API support for sBTC #1532
Comments
Trying to add to the sBTC project board. @saralab @diwakergupta can you grant me contributor access? |
You should have access now @igorsyl |
For context: This is the RPC endpoint we have added in the |
Note that Hiro API does not use RPC endpoints. The burnchain op data needs to be added to the event-emitter payload. The issue tracking that work is here: stacks-network/stacks-core#3554 |
@zone117x it turns out the burnchain op data has already been added to the event-emitter payload. Let me know if you encounter any issues with the format. This issue is closed now stacks-network/stacks-core#3554 |
Blocked on sBTC progress |
Initial issue to track sBTC work related to the API. By default, sBTC will have have some support due to it being defined as an
ft
contract. We likely will be defining additional requirements as sBTC progress on the blockchain matures.Integration with the sBTC contract (first-class support as if it was a boot-contract)Open feature requests / blockers in the blockchain repo to support integration (likely requests for requisite event-emitter data / contract-logs).Endpoint providing TVL for sBTCThis issue will wait until v2 of sBTC has been released.
The text was updated successfully, but these errors were encountered: