conflux-web-cfx

ConfluxWeb module to interact with the Conflux blockchain and smart contracts.

Usage no npm install needed!

<script type="module">
  import confluxWebCfx from 'https://cdn.skypack.dev/conflux-web-cfx';
</script>

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.