We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linked to this issue stacks-network/sbtc#230
Mempool api on bitcoins regtest network does not support the /:address/utxo endpoint
/:address/utxo
The bridge api requires this endpoint to read utxo's to build PSBTs.
This means that to work on regtest the bridge api must either;
Running the indexer locally has proven challenging. Electrs is included in the devenv local network for the sBTC project but this has proven unstable.
The Leather wallet also requires the /utxo endpoints and so the solution for the Bridge api needs to be consistent with that for the wallet.
Note: Leather looks for endpoints like /:address/utxo on port 3002 for sBTC local network or port 18443 for the devnet local network.
The text was updated successfully, but these errors were encountered:
radicleart
Successfully merging a pull request may close this issue.
Linked to this issue stacks-network/sbtc#230
Mempool api on bitcoins regtest network does not support the
/:address/utxo
endpointThe bridge api requires this endpoint to read utxo's to build PSBTs.
This means that to work on regtest the bridge api must either;
Running the indexer locally has proven challenging. Electrs is included in the devenv local network for the sBTC project but this has proven unstable.
The Leather wallet also requires the /utxo endpoints and so the solution for the Bridge api needs to be consistent with that for the wallet.
Note: Leather looks for endpoints like /:address/utxo on port 3002 for sBTC local network or port 18443 for the devnet local network.
The text was updated successfully, but these errors were encountered: