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)
- Host: GitHub
- URL: https://github.com/petejkim/metamask-mobile
- Owner: petejkim
- License: other
- Created: 2017-05-30T06:56:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T13:20:47.000Z (over 3 years ago)
- Last Synced: 2025-04-14T02:33:41.233Z (6 months ago)
- Topics: dapp, ethereum, metamask, web3
- Language: JavaScript
- Homepage:
- Size: 3.83 MB
- Stars: 134
- Watchers: 16
- Forks: 38
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MetaMask for Mobile
===================
**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
```