Skip to content

MicroBitcoinOrg/MobileWallet

Repository files navigation

MicroBitcoin mobile wallet

MicroBitcoin mobile wallet working on React Native

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Installation for notes on how to deploy the project on your system.

Requirements

Installation

Clone repository:

git clone https://github.com/MicroBitcoinOrg/MobileWallet.git

Install node modules:

npm run install

Running

Once dependencies are installed, run the starter kit with:

npm start

This will start the React Packager.

iOS

Open ios/MicroBitcoin.xcodeproj in Xcode, build and run the project (⌘+R).

Android

For android development use the following:

react-native run-android