johnrjj / rainbow-multiplayer

shhhhhhhhh....

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌈️ 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.

About

shhhhhhhhh....

License:GNU General Public License v3.0


Languages

Language:JavaScript 81.7%Language:TypeScript 8.3%Language:Swift 3.6%Language:Objective-C 3.2%Language:Java 1.7%Language:Ruby 0.7%Language:Objective-C++ 0.6%Language:Starlark 0.1%Language:Shell 0.1%Language:C 0.0%