Run ethereum-wallet-Google-Colab
https://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing
Native Ethereum Wallet - iOS
Core: go-ethereum (iGeth)
Getting Started
To run the project you just need to install and update pods
pod install; pod update
 
Features
ethereum-wallet is 100% native ethereum wallet, created with iOS version of Geth client. Currently supported Rinkeby, Ropsten and Mainnet(not fully tested).
- keys never leave the device and stored in keychain in password protected UTC format
 - not a single line of Java script (no web3.js)
 - written with VIPER architecture principles
 - simple native iOS design
 
ToDo:
-  
✅ Blockchain synchronization -  
✅ Account managment -  
✅ Transactions list -  
✅ Receiving funds -  
✅ Sending funds - Transaction details
 - Landing web page
 
Authors
- Artur Guseynov - iOS dev
 

