James Sangalli
fda9371951
|
7 years ago | |
---|---|---|
.idea | 7 years ago | |
app | 7 years ago | |
desktop | 7 years ago | |
dmz | 7 years ago | |
fastlane | 7 years ago | |
gradle/wrapper | 7 years ago | |
lib | 7 years ago | |
resources | 7 years ago | |
tn | 7 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 7 years ago | |
.travis.yml | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
build.gradle | 7 years ago | |
gradle.properties | 7 years ago | |
gradlew | 7 years ago | |
gradlew.bat | 7 years ago | |
settings.gradle | 7 years ago |
README.md
AlphaWallet - Ultimate Ethereum Wallet for Android
Welcome to Trust's open source Android app!
Getting Started
- Install latest Android Studio (>=3.0.0).
- Clone this repository.
- Register with etherscan.io and populate the API keys in Controller.java
- Build and run.
Try the app on Google Play Store.
Deploying with fastlane
fastlane screengrab
- take screenshots
fastlane listing
- update play store listing
Contributing
We intend for this project to be an educational resource: we are excited to share our wins, mistakes, and methodology of android development as we work in the open. Our primary focus is to continue improving the app for our users in line with our roadmap.
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. Keep in mind that all participants will be expected to follow our code of conduct.
Code of Conduct
We aim to share our knowledge and findings as we work daily to improve our product, for our community, in a safe and open space. We work as we live, as kind and considerate human beings who learn and grow from giving and receiving positive, constructive feedback. We reserve the right to delete or ban any behavior violating this base foundation of respect.
Help with localization? Here is a public link to join localization project: https://lokalise.co/signup/3947163159df13df851b51.98101647/all/
Cloning the repo notes
Since submodules are in use you will need to use this command sequence to clone:
git clone --recurse-submodules https://github.com/James-Sangalli/alpha-wallet
If you are updating a branch use this:
git checkout git submodule update --init --recursive