conflux-web-cfx-accounts
v1.36.7-alpha.0
Published
ConfluxWeb module to generate Conflux accounts and sign data and transactions.
Downloads
43
Readme
conflux-web-cfx-accounts
This is a sub package of ConfluxWeb.js
This is the accounts package to be used in the conflux-web-cfx
package.
Installation
Node.js
npm install conflux-web-cfx-accounts
Usage
import {Accounts} from 'conflux-web-cfx-accounts';
const accounts = new Accounts(
'http://127.0.0.1:4546',
null,
options
);
Types
All the typescript typings are placed in the types folder.