An advanced Ethereum mobile wallet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
James Sangalli d339125891 clean up global list and add function to produce multiple links in one go EDCON 5 years ago
.github/workflows Fix typo 5 years ago
app Add single wallet mode 5 years ago
contracts Patch for DMZ to serve new repo files 5 years ago
dmz clean up global list and add function to produce multiple links in one go EDCON 5 years ago
docs redo readme and move overview to docs 6 years ago
fastlane Remove trust title from fastlane spec 7 years ago
gradle/wrapper Update build files & gitignore for AndroidStudio 3.4 5 years ago
lib Fix for when function returns null 5 years ago
util Merge pull request #1069 from AlphaWallet/gradle-remove-depreciated 5 years ago
.gitignore Update gitignore to exclude profiling output 5 years ago
.travis.yml add code coverage 5 years ago
LICENSE Merge branch 'master' into move-to-mvvm 7 years ago
README.md add code coverage 5 years ago
build.gradle Bump gradle and realm versions 5 years ago
gradlew Merge branch 'master' into move-to-mvvm 7 years ago
gradlew.bat init commit 7 years ago
gulpfile.js Made changes to the design 6 years ago
package-lock.json Standardise Tokenview 5 years ago
package.json Update package data 6 years ago
settings.gradle renaming scripttool to util to follow common package naming convention (like x509-util, qdbm-util, gsutil etc) 5 years ago

README.md

AlphaWallet - No Nonsense Ethereum Wallet

Build Status License codecov

Getting Started

  1. Download Android Studio.
  2. Clone this repository
  3. Run ./gradlew build to install tools and dependencies.

Contributing

The best way to submit feedback and report bugs is to open a GitHub issue. Please be sure to include your operating system, device, version number, and steps to reproduce reported bugs.

Add your DApp to "Discover DApps" section in AlphaWallet

Submit a PR for each of the files below:

For Android: https://github.com/AlphaWallet/alpha-wallet-android/blob/master/app/src/main/assets/dapps_list.json

For iOS: https://github.com/AlphaWallet/alpha-wallet-ios/blob/master/AlphaWallet/Browser/ViewModel/Dapps.swift

GPL Acknowledgement

The codebase for this app is originally forked from the Trust ethereum wallet and has had many major modifications. Their Android repo can be seen here: https://github.com/TrustWallet/trust-wallet-android-source