Giter Site home page Giter Site logo

rai-wallet's Introduction

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's People

Contributors

apasov avatar chriscohoat avatar fu5ha avatar gusruss89 avatar jaimehgb avatar roosmaa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rai-wallet's Issues

Cant import on React Native

I am getting the fallowing error when trying to import on my React-Native Project

Unknown plugin \"add-module-exports\" specified in \"/home/<user>/React Native/client/node_modules/rai-wallet/.babelrc\" at 0, attempted to resolve relative to \"/home/<user>/React Native/client/node_modules/rai-wallet\""

I installed via yarn, then tryied import in my project created with react-native-cli.

Thanks

Add license information

Right now, the only place that has the license information is the package.json, however github doesn't pick this up. So I'd suggest adding a LICENSE file so that Github can easily show what license governs this code.

Error: Cannot find module 'pbkdf2'

After npm init and npm i --save rai-wallet and

var RaiWallet = require('rai-wallet');
var Wallet = RaiWallet.Wallet;
console.log(Wallet);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.