dashd-client

1.0.3 • Public • Published

dashd-client

Dash daemon RPC Client.

Install

npm install --save dashd-client

Usage

const createDashClient = require('dash-client');
const dashClient = createDashClient({
    rpchost: '127.0.0.1',
    rpcuser: 'user',
    rpcpassword: 'password',
    rpcport: '9998',
});

dashClient.request('getwalletinfo').then(res => console.log(res));

Readme

Keywords

Package Sidebar

Install

npm i dashd-client

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

30.2 kB

Total Files

11

Last publish

Collaborators

  • lutangar