cryptoadvance / spectrum

Electrum adaptor simulating Bitcoin RPC protocol
MIT License
8 stars 11 forks source link

Implement getrawtransaction #33

Closed k9ert closed 1 year ago

k9ert commented 1 year ago

This is needed for the whitepaper functionality in Specter. https://github.com/cryptoadvance/specter-desktop/issues/2065

k9ert commented 1 year ago

@PaarthAgarwal maybe this is something you're interested in? Here are some infos to have more context:

Have a look how the electrum API is called and it's probably quite simple to implement it here.

PaarthAgarwal commented 1 year ago

Going through the references. I think I should be able to implement it