1.0.45 • Published 5 years ago

datxweb-datx-contract v1.0.45

Weekly downloads
6
License
LGPL-3.0
Repository
github
Last release
5 years ago

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-contract

Usage

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.