conflux-web-cfx
v1.36.7-alpha.0
Published
ConfluxWeb module to interact with the Conflux blockchain and smart contracts.
Downloads
61
Readme
conflux-web-cfx
This is a sub package of ConfluxWeb.js
This is the Cfx package to be used ConfluxWeb.js.
Installation
npm install conflux-web-cfx
Usage
import {Cfx} from 'conflux-web-cfx';
const cfx = new Cfx(
'http://127.0.0.1:4546',
null,
options
);
Types
All the typescript typings are placed in the types folder.