china-mobile2008 / react-native-eth-lightwallet-demo

Basic react-native implementation of eth-lightwallet to generate and store wallet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native eth-lightwallet Demo

Creating an Ethereum wallet on mobile devices using eth-lightwallet and saving the keystore locally on the device.

Quick Start

Prerequisites

Node package manager.

npm install -g react-native-cli
npm install -g rn-nodeify
npm install -g react-devtools

...and iOS and Android simulators already configured.

Setup
git clone git@github.com:ReyHaynes/react-native-eth-lightwallet-demo.git
cd react-native-eth-lightwallet-demo
npm install
react-native link
Running

Platform: iOS

react-native run-ios

Note: First time running on iOS might require you to set the Signature Certificate under General > Signing for Target [AppName] and [AppName]Test.

Platform: Android

react-native run-android

About

Basic react-native implementation of eth-lightwallet to generate and store wallet.


Languages

Language:JavaScript 60.3%Language:Objective-C 21.0%Language:Java 9.4%Language:Python 9.3%