Add python tab to language bindings starter example#139
Add python tab to language bindings starter example#139thunderbiscuit merged 1 commit intobitcoindevkit:masterfrom
Conversation
802cb03 to
2627944
Compare
thunderbiscuit
left a comment
There was a problem hiding this comment.
ACK 2627944.
Thanks for working on this! The only issue at the moment (we can address this in a further PR) is that the example uses the bitcoindevkit Signet endpoint and that's not always up. Better to use the Blockstream one at https://blockstream.info/signet/api/.
2627944 to
ec84de3
Compare
Thanks for the review! I’ll update the example to use the Blockstream Signet endpoint in a follow-up PR. |
|
Don't worry about it it's already done! eb862db |
Great, thanks for the update! |
This PR adds a Python starter example alongside the existing Swift and Kotlin examples, along with documentation tabs integrated into the bindings starter example guide.