1.36.7-alpha.0 • Published 4 years ago

conflux-web-cfx-contract v1.36.7-alpha.0

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

conflux-web-cfx-contract

This is a sub package of ConfluxWeb.js

This is the contract package to be used in the conflux-web-cfx package.

Installation

npm install conflux-web-cfx-contract

Usage

import {Contract} from 'conflux-web-cfx-contract';

new Contract(
    'http://127.0.0.1:4546',
    abi,
    address,
    options
);

Types

All the typescript typings are placed in the types folder.