Skip to content

dappface/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Build Status Lint Status

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 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 install:all

📱 Run

$ npm run ios
$ npm run android

$ npm run ios configuration:release # for Release build

Use different simulator

$ npm run ios simulator:iPhone\ 11

Install on device

$ npm run ios device:true