blockchainethereumblockchain-walleterc20erc721walletxdaidappdecentralizederc1155erc875iosswifttokens
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.
Alex Soong
c8bd12e26a
|
5 years ago | |
---|---|---|
AlphaWallet | 5 years ago | |
AlphaWallet.xcodeproj | 5 years ago | |
AlphaWallet.xcworkspace | 6 years ago | |
AlphaWalletTests | 5 years ago | |
AlphaWalletUITests | 7 years ago | |
docs | 7 years ago | |
fastlane | 6 years ago | |
resources | 6 years ago | |
sources | 6 years ago | |
xDaiTokenScript | 5 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 6 years ago | |
.swiftlint.yml | 5 years ago | |
.travis.yml | 5 years ago | |
Gemfile | 5 years ago | |
Gemfile.lock | 5 years ago | |
LICENSE | 6 years ago | |
Makefile | 7 years ago | |
Podfile | 5 years ago | |
Podfile.lock | 5 years ago | |
README.md | 5 years ago | |
UPDATE.md | 7 years ago | |
crowdin.yml | 6 years ago | |
dangerfile.js | 6 years ago | |
package.json | 5 years ago | |
yarn.lock | 5 years ago |
README.md
AlphaWallet - No Nonsense Ethereum Wallet
Getting Started
- Download the Xcode 9 and above release.
- Clone this repository and get the submodules with: git submodule init && git submodule update.
- Run
make bootstrap
to install tools and dependencies.
Replace API Keys
API keys are stored in the file AlphaWallet/Settings/Types/Constants+Credentials.swift
. You can replace the keys for your own build. Tell git to ignore changes to that file by running:
git update-index --assume-unchanged AlphaWallet/Settings/Types/Constants+Credentials.swift
Undo this with:
git update-index --no-assume-unchanged AlphaWallet/Settings/Types/Constants+Credentials.swift
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" sections 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
GPL Acknowledgement
The codebase for this app is originally forked from the Trust ethereum wallet and has had many major modifications. Their iOS repo can be seen here: https://github.com/TrustWallet/trust-wallet-ios