An advanced Ethereum/EVM 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 b94253e7cf
Merge pull request #1243 from AlphaWallet/fix-goerli-magic-link-support
5 years ago
AlphaWallet Fix: wasn't intercepting (treating as universal links) goerli.aw.app magic links 5 years ago
AlphaWallet.xcodeproj Bundle XDai bridge TokenScript file in the app 5 years ago
AlphaWallet.xcworkspace Fix most warnings after upgrade to Xcode 10 and Swift 4.2 6 years ago
AlphaWalletTests Refactor: replace suitable no-arg func with var(s) 5 years ago
AlphaWalletUITests renamed project to AlphaWallet 7 years ago
docs Localization standards (#127) 7 years ago
fastlane Remove remaining references to lokalise SDK 6 years ago
resources with new screens 6 years ago
sources Move unused pdf image file out of asset catalog 6 years ago
xDaiTokenScript Change 'transfer' to 'convert' for consistency 5 years ago
.gitattributes renamed project to AlphaWallet 7 years ago
.gitignore Set up snapshot testing 7 years ago
.gitmodules Remove submodule: contracts 6 years ago
.swiftlint.yml Switch to new XML parser. Supports namespaces properly 6 years ago
.travis.yml Upgrade to Swift 4.2. Removed unused pod: BonMot 6 years ago
Gemfile Update of the CI infromation. (#163) 7 years ago
Gemfile.lock Fix vulnerable dependency 6 years ago
LICENSE Add parties to GPL 6 years ago
Makefile Add pod install --repo-update and remove fastlane required 7 years ago
Podfile Support TokenScript schema 2019/05, replacing 2019/04 5 years ago
Podfile.lock Support TokenScript schema 2019/05, replacing 2019/04 5 years ago
README.md change headline to match website 6 years ago
UPDATE.md Create UPDATE.md 7 years ago
crowdin.yml Add extra source mappings for crowdin 6 years ago
dangerfile.js Add Danger check for Decimal(exactly: aBigUInt) which compiles but crashes at runtime 6 years ago
package.json Add dangerfile to look for messed up commits. To be used in a post-commit hook 6 years ago
yarn.lock Upgrade fstream for security 5 years ago

README.md

AlphaWallet - No Nonsense Ethereum Wallet

Build Status License

Getting Started

  1. Download the Xcode 9 and above release.
  2. Clone this repository and get the submodules with: git submodule init && git submodule update.
  3. Run make bootstrap 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.

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