youchain-you-accounts
v1.0.4-alpha.3
Published
YOUChain module to generate YOUChain accounts and sign data and transactions.
Downloads
39
Readme
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.