YOUChain module to interact with the YOUChain accounts stored in the node.
npm install youchain-you-personalThis is a sub package of [youchain.js][repo]
This is the personal package to be used in the youchain-you package.
``bash`
npm install youchain-you-personal
`js
import {Personal} from 'youchain-you-personal';
const personal = new Personal('http://127.0.0.1:4546', accounts, options);
``
All the typescript typings are placed in the types folder.
[repo]: https://github.com/youchainhq/youchain.js