youchain-you-personal
v1.0.4-alpha.3
Published
YOUChain module to interact with the YOUChain accounts stored in the node.
Downloads
33
Readme
youchain-you-personal
This is a sub package of youchain.js
This is the personal package to be used in the youchain-you
package.
Installation
npm install youchain-you-personal
Usage
import {Personal} from 'youchain-you-personal';
const personal = new Personal('http://127.0.0.1:4546', accounts, options);
Types
All the typescript typings are placed in the types folder.