youchain-you-accounts
This is a sub package of youchain.js
This is the accounts package to be used in the youchain-you
package.
Installation
Node.js
npm install youchain-you-accounts
Usage
import {Accounts} from 'youchain-you-accounts';
const accounts = new Accounts('http://127.0.0.1:4546', options);
Types
All the typescript typings are placed in the types folder.