An open API service indexing awesome lists of open source software.

https://github.com/petejkim/metamask-mobile

Port of MetaMask Ethereum Ðapp browser for mobile devices (iOS only for now)
https://github.com/petejkim/metamask-mobile

dapp ethereum metamask web3

Last synced: 5 days ago
JSON representation

Port of MetaMask Ethereum Ðapp browser for mobile devices (iOS only for now)

Awesome Lists containing this project

README

          

MetaMask for Mobile
===================

![Screenshot](https://raw.githubusercontent.com/petejkim/metamask-mobile/master/misc/metamask-mobile.gif)

**This project is very EXPERIMENTAL, use it at your own risk.**

A mobile port of MetaMask. Only built/tested for iOS at the moment.

### Requirements

* Xcode >= 8.x
* Node.js >= 8.x

### Instructions

```
$ cd metamask-mobile
$ npm -g install yarn
$ yarn install
$ yarn run-ios
```