/app

Web3 compatible browser for both iOS and Android

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

DAPPFACE

🚧 This app is in an early development stage. Bugs and major refactoring are expected.

Web3 compatible Mobile Browser with crypto news aggrigator and swipeable tabs.

DEMO

💻 Setup

  1. Follow this page for installing general React Native tools

  2. Install more tools

$ brew install cocoapods
$ pod repo update
$ brew install imagemagick
$ brew cask install react-native-debugger
  1. Clone repository and install all project dependencies
$ git clone git@github.com:LukeSugiura/dappface.git
$ cd ./dappface
$ npm run setup

📱 Running on Simulator

$ npm run ios
$ npm run android

$ npm run ios release:true # for Release build

Use different simulator

$ SIMULATOR='iPhone X' npm run ios