kt3k / app

Web3 compatible browser for both iOS and Android

Home Page:https://www.dappface.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Web3 compatible browser for both iOS and Android

https://www.dappface.com

License:GNU General Public License v3.0


Languages

Language:TypeScript 89.8%Language:Ruby 4.4%Language:JavaScript 2.0%Language:Objective-C 1.4%Language:Java 1.0%Language:Shell 0.8%Language:Python 0.7%