Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
/ rai-wallet Public archive
forked from chriscohoat/rai-wallet

Creates ciphered RaiBlocks wallets for client-side and offline use

License

Notifications You must be signed in to change notification settings

CarteiraNano/rai-wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creates ciphered RaiBlocks wallets for client-side and offline use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%