Skip to content
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

Bitcoind rpc emulation #77

Open
3 of 7 tasks
dakk opened this issue Apr 1, 2018 · 0 comments
Open
3 of 7 tasks

Bitcoind rpc emulation #77

dakk opened this issue Apr 1, 2018 · 0 comments

Comments

@dakk
Copy link
Owner

dakk commented Apr 1, 2018

Emulate the bitcoind rpc apis in order to let letchain usable for external softwares like lightning. First we implement RPC apis used by elements/lightning:

  • estimatefees
  • sendrawtx
  • getrawblock (hash)
  • getblockcount
  • getoutput (height, txnum, outindex)
  • getblockhash (height)
  • gettxout (txid, outindex)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant