datxweb-datx-contract
v1.0.45
Published
Web3 module to interact with Ethereum smart contracts.
Downloads
29
Readme
datxweb-datx-contract
This is a sub module of Datxweb.js
This is the contract module to be used in the datxweb-datx module.
Please read the documentation for more.
Installation
npm install datxweb-datx-contractUsage
import {Contract} from 'datxweb-datx-contract';
new Contract(
'http://127.0.0.1:4546',
abi,
address,
options
);Types
All the typescript typings are placed in the types folder.
