bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

Allow any bitcoin-cli rpc commands #110

Closed rajarshimaitra closed 2 years ago

rajarshimaitra commented 2 years ago

Currently we are only calling specific core RPC calls in the node commands.

We should move on to generic rpc calls that can handle any valid bitcoin-cli commands.

And we should only include composite commands (that combines multiple rpc calls) and have the in node command list.