youchain-you-contract
v1.0.4-alpha.3
Published
YOUChain module to interact with YOUChain smart contracts.
Downloads
37
Readme
youchain-you-contract
This is a sub package of youchain.js
This is the contract package to be used in the youchain-you
package.
Installation
npm install youchain-you-contract
Usage
import {Contract} from 'youchain-you-contract';
new Contract('http://127.0.0.1:4546', abi, address, options);
Types
All the typescript typings are placed in the types folder.