You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add some testnet vectors to your README.md and tests.c?
We have a prototype txid to txref tool in C for our DID:BTCR hackathon, that calls bitcoind's RPC through libbitcoinrpc, however it requires a full node with --txindex. We are largely testing our stuff on testnet, so we can't test to see if we have any errors in our implementation: https://github.com/WebOfTrustInfo/btcr-hackathon/tree/master/txid2bech32
We also welcome any coding and security advice on this C app — it is clunky ;-)
The text was updated successfully, but these errors were encountered:
Could you add some testnet vectors to your README.md and tests.c?
We have a prototype txid to txref tool in C for our DID:BTCR hackathon, that calls bitcoind's RPC through
libbitcoinrpc
, however it requires a full node with --txindex. We are largely testing our stuff on testnet, so we can't test to see if we have any errors in our implementation: https://github.com/WebOfTrustInfo/btcr-hackathon/tree/master/txid2bech32We also welcome any coding and security advice on this C app — it is clunky ;-)
The text was updated successfully, but these errors were encountered: