MicroBitcoin mobile wallet working on React Native
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.
- Node 4.x or higher
- React Native for development
- Xcode for iOS development (optional)
- Android SDK for Android development (optional)
- Android Lollipop or higher for Android device testing (optional)
Clone repository:
git clone https://github.com/MicroBitcoinOrg/MobileWallet.git
Install node modules:
npm run install
Once dependencies are installed, run the starter kit with:
npm start
This will start the React Packager.
Open ios/MicroBitcoin.xcodeproj
in Xcode, build and run the project (⌘+R).
For android development use the following:
react-native run-android