youchain-you-contract
v1.0.4-alpha.3
Published
YOUChain module to interact with YOUChain smart contracts.
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-contractUsage
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.
