/olympus-app

Olympus App

Primary LanguageTypeScriptMIT LicenseMIT

Olympus App

This repository is for testing purposes only, do not use it for real deployment.

🔨🔨🔨UNDER CONSTRUCTION!⚡️⚡️⚡️

MVP

  • basic ethereum wallet
  • kyber network integration

MVP Milestone is here.

Config

// clean up and install
watchman watch-del-all
rm -rf node_modules && rm shim.js && npm install
rm -fr $TMPDIR/react-*

// link modules
react-native link react-native-vector-icons

// hack
npm i --save-dev mvayngrib/rn-nodeify
./node_modules/.bin/rn-nodeify --hack --install

Run

// MVP iOS only
react-native run-ios