This package has been deprecated

Author message:

This project has been abandoned

bitcoin-rpc

0.2.1 • Public • Published

bitcoin-rpc

Build Status Coverage Status

NPM

Examples

var config = require('config');
var rpc = require('bitcoin-rpc');
 
var opts = config.get('client');
var client = rpc.Client.create(opts);
var requests = rpc.requests;
 
client.sendRequest(requests.GetInfo(), console.log);
client.sendRequest(requests.ValidateAddress('19zc6mD19EiKgCbkbsd9h4jZuaYnezxBn6'), console.log);

Readme

Keywords

none

Package Sidebar

Install

npm i bitcoin-rpc

Weekly Downloads

0

Version

0.2.1

License

MIT

Last publish

Collaborators

  • carnesen