YOUChain module to interact with YOUChain smart contracts.
npm install youchain-you-contractThis is a sub package of [youchain.js][repo]
This is the contract package to be used in the youchain-you package.
``bash`
npm install youchain-you-contract
`js
import {Contract} from 'youchain-you-contract';
new Contract('http://127.0.0.1:4546', abi, address, options);
``
All the typescript typings are placed in the types folder.
[repo]: https://github.com/youchainhq/youchain.js