bif-core-admin
v2.3.3
Published
Bif module to interact with the Bid blockchain accounts stored in the node.
Downloads
24
Readme
bif-core-admin
This is a sub module of bif.js
This is the admin module. This is an independent module. If you want to use this module, you need to import this in your project. Please read the documentation for more.
Installation
npm install bif-core-admin
Usage
import {Admin} from 'bif-core-admin';
const admin = new Admin(
'http://127.0.0.1:8546',
null,
options
);
Types
All the typescript typings are placed in the types folder.