bif-core-debug
v2.3.3
Published
Bif module to interact with the Bid blockchain accounts stored in the node.
Downloads
31
Readme
bif-core-debug
This is a sub module of bif.js
This is the debug module and can be used as a standalone module. Please read the documentation for more.
Installation
npm install bif-core-debug
Usage
import {Debug} from 'bif-core-debug';
const debug = new Debug(
'http://127.0.0.1:8546',
null,
options
);
Types
All the typescript typings are placed in the types folder.