YOUChain core tools for sub packages. This is an internal package.
npm install youchain-coreThis is a sub module of [youchain.js][repo]
The youchain-core contains the AbstractYOUChainModule. This should be used if someone wants to implement a new youchain module.
``bash`
npm install youchain-core
`js
import {AbstractYOUChainModule} from 'youchain-core';
new AbstractYOUChainModule(...);
``
All the typescript typings are placed in the types folder.
[repo]: https://github.com/youchainhq/youchain.js