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.
 
 
 
Hwee-Boon Yar bf92778000 Fix: presented dapp browser's Done button disappears after a transaction 6 years ago
AlphaWallet Fix: presented dapp browser's Done button disappears after a transaction 6 years ago
AlphaWallet.xcodeproj Open all remote URLs in a separate dapp browser instance instead of SFSafariViewController or the dapp browser in tab bar 6 years ago
AlphaWallet.xcworkspace Fix: profile action in xcode was disabled 6 years ago
AlphaWalletTests Rename ticket mentions in var, and func names and labels 6 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 add screens 7 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 Make swiftlint allow us to have types with a longer body 6 years ago
.travis.yml Run tests on Travis directly with `xcodebuild` instead of fastlane 6 years ago
Gemfile Update of the CI infromation. (#163) 7 years ago
Gemfile.lock Update dependencies before work on ecrecover-native 6 years ago
LICENSE Create LICENSE 7 years ago
Makefile Add pod install --repo-update and remove fastlane required 7 years ago
Podfile protect against null addresses 6 years ago
Podfile.lock protect against null addresses 6 years ago
README.md Update travis build button 6 years ago
UPDATE.md Create UPDATE.md 7 years ago

README.md

AlphaWallet - Your gateway to blockchain technology

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