Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.47 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.47 KB

on Google Play on FDroid

WALLΞTH

Native Android Ethereum wallet.

Features

  • Networks main(1), ropsten(3), rinkeby(4)
  • Tokens(ERC-20)
  • ERC-67 URLS
  • ERC-55 Checksums
  • TREZOR Support
  • watch only accounts
  • contains go-ethereum light client

find more information on http://walleth.org

References

License

GPL

Build Walleth

The app has three flavor dimensions: geth, store, firebase The simplest way to build for development is

./gradlew assembleWithGethNoFirebaseForFDroidDebug

If you are using Android Studio do not upgrade to Android plugin 3.+ but keep using the following dependency for 2.3.3 due to issues for android tests mentionend in #88

classpath 'com.android.tools.build:gradle:2.3.3'