conflux-web-cfx-accounts

ConfluxWeb module to generate Conflux accounts and sign data and transactions.

Usage no npm install needed!

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

README

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.