youchain-core
v1.0.4-alpha.3
Published
YOUChain core tools for sub packages. This is an internal package.
Downloads
45
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-core
Usage
import {AbstractYOUChainModule} from 'youchain-core';
new AbstractYOUChainModule(...);
Types
All the typescript typings are placed in the types folder.