nwalletc
v0.3.3
Published
Creates ciphered wallets for client-side and offline use
Readme
rai-wallet ![npm][npm-image] ![downloads][downloads-image] 
wallet compiled
Installation
npm install --save nwalletc
## Usage
### ES6
import { Wallet } from 'nwalletc'; const wallet = new Wallet('password');
