youchain-core
v1.0.4-alpha.3
Published
YOUChain core tools for sub packages. This is an internal package.
Readme
youchain-core
This is a sub module of youchain.js
The youchain-core contains the AbstractYOUChainModule. This should be used if someone wants to implement a new youchain module.
Installation
npm install youchain-coreUsage
import {AbstractYOUChainModule} from 'youchain-core';
new AbstractYOUChainModule(...);Types
All the typescript typings are placed in the types folder.
