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