The Wayback Machine - https://web.archive.org/web/20201231003944/http://github.com/rainbow-me/rainbow
Skip to content
develop
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jul 4, 2018
Mar 20, 2019

README.md

🌈�? Rainbow

the Ethereum wallet that lives in your pocket!

πŸ“²οΏ½? Available on the iOS App Store.

οΏ½?οΏ½οΏ½? Follow us on Twitter

Requirements

How to run the project

If you are new to React Native, this is a helpful introduction: https://facebook.github.io/react-native/docs/getting-started.html

  1. Clone the GitHub repository to your machine.

  2. Run nvm use 12 to use set the version of node for this project.

  3. Set up your .env file, use our env.example as a guide.

    Note that some features are currently not accessible, we are working with our Data Providers in order to provide open source API Keys!

    Here are some resources to generate your own API keys:

  4. Run yarn to get all of the packages required.

  5. Run yarn install-bundle.

  6. Install required Pods by running yarn install-pods.

  7. Run yarn start to start the React Native Bundler.

  8. Open rainbow-wallet/ios/RainbowWallet.xcworkspace in XCode.

  9. Run the project by clicking the play button.

CodePush

In order to use code push you must be logged into the correct Microsoft App Center account.

Prerequisites

npm install -g code-push
code-push login

At this point you will be required to log into the account tied to the code push public keys in Info.plist

Deployment

code-push release-react RainbowWallet-iOS ios -d <DEPLOYMENT>

The deployment can either be Staging or Production depending on the mode of the application you wish to update was built in through XCode.

Local Builds

In order to build the application in "release" mode but not use the code push distribution you must build the application using the scheme LocalRelease.

Building the application with the Staging scheme or Release scheme will result in your bundle being replaced by the live code push deployment on resume of the application.

You can’t perform that action at this time.