0.1.7 • Published 5 years ago

@yqrashawn/conflux-web-cfx v0.1.7

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

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.