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

Add methods for processing btc transactions locally #9

Open
Senyoret1 opened this issue May 12, 2020 · 0 comments
Open

Add methods for processing btc transactions locally #9

Senyoret1 opened this issue May 12, 2020 · 0 comments

Comments

@Senyoret1
Copy link

There are some methods of the btcd rpc API that would be good to implement in a local daemon or helper library. If a daemon is going to be created for giving compatibility with software wallets, the methods can be implemented there. The methods are in the documentation for the rpc API: https://github.com/btcsuite/btcd/blob/master/docs/json_rpc_api.md

The currently identified methods are:

  • createrawtransaction
  • decoderawtransaction
  • validateaddress

Those methods would be used for the integration with hw wallets, so would be needed even if the daemon has methods for automatically creating transactions with software wallets.

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