YOUChain module encode and decode EVM in/output.
npm install youchain-you-abiThis is a sub package of [youchain.js][repo]
This is the abi package will be used in the youchain-you package.
``bash`
npm install youchain-you-abi
`js
import {AbiCoder} from 'youchain-you-abi';
new AbiCoder();
``
All the typescript typings are placed in the types folder.
[repo]: https://github.com/youchainhq/youchain.js