conflux-web-cfx-contract
v1.36.7-alpha.0
Published
ConfluxWeb module to interact with Conflux smart contracts.
Downloads
47
Readme
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.