rai-wallet

0.4.0 • Public • Published

rai-wallet npm downloads javascript style guide

Creates ciphered RaiBlocks wallets for client-side and offline use

Installation

yarn add rai-wallet

or

npm install --save rai-wallet

Usage

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 link

In the directory you are working with rai-wallet:

yarn link rai-wallet

/rai-wallet/

    Package Sidebar

    Install

    npm i rai-wallet

    Weekly Downloads

    0

    Version

    0.4.0

    License

    BSD-2-Clause

    Unpacked Size

    136 kB

    Total Files

    12

    Last publish

    Collaborators

    • chriscohoat
    • jaimehgb