1.36.7-alpha.0 • Published 4 years ago

conflux-web-cfx-accounts v1.36.7-alpha.0

Weekly downloads
26
License
LGPL-3.0
Repository
github
Last release
4 years ago

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.