xpeed-wallet-npm
v0.0.1
Published
Forked from rai-wallet. Creates ciphered RaiBlocks wallets for client-side and offline use
Readme
rai-wallet

Creates ciphered RaiBlocks wallets for client-side and offline use
Installation
yarn add rai-walletor
npm install --save rai-walletUsage
ES5
var RaiWallet = require('rai-wallet');
var Wallet = RaiWallet.Wallet;ES6
import { Wallet } from 'rai-wallet';
const wallet = new Wallet('password');Development
In this directory:
yarn linkIn the directory you are working with rai-wallet:
yarn link rai-wallet