bitcoind-rpc-client
Bitcoind RPC client with blackjack and hookers.
Current rpc client support promises and callbacks.
Installation
npm install bitcoind-rpc-client
Commands
You can find list of all available commands in source code.
Examples
Create client
var client = host: '127.0.0.1' port: 18332;client
getnewaddress with callback
client
getnewaddress with promise
client
alias of getnewaddress with promise
client
cmd
getnewaddress using client
batch (array form)
client
batch (chained form)
client clear
License
Code released under the MIT license.