ConfluxWeb module to interact with the Conflux blockchain and smart contracts.
npm install conflux-web-cfxThis is a sub package of [ConfluxWeb.js][repo]
This is the Cfx package to be used [ConfluxWeb.js][repo].
``bash`
npm install conflux-web-cfx
`js
import {Cfx} from 'conflux-web-cfx';
const cfx = new Cfx(
'http://127.0.0.1:4546',
null,
options
);
``
All the typescript typings are placed in the types folder.
[repo]: https://github.com/Conflux-Chain/ConfluxWeb