This iOS wallet provides an easy and secure wallet on your iOS device. With Tor integrated you can be sure your http communication is private. Sending and receiving XVG in a secure and easy to use wallet will actually change the way you use Verge Currency. 💪
- Sending and receiving XVG
- Store addresses in an address book
- Tor integrated
- Price statistics in different fiat currencies
- Share your receive card
- Private keys are yours
- Possibility to choose your own wallet service
- Private key & Electrum Mnemonic sweeping
- Touch ID & Face ID support
- Apple Watch support (balance, fiat rate and receive address)
- Siri integrated
If you want to help us out on development you can use this guide:
-
Fork the project, and clone it to your local machine.
-
Install the following tools via brew
brew install carthage
- In your cloned project folder run carthage update (this could take a while):
carthage update --platform iOS
- Open the project:
open VergeiOS.xcodeproj
Please setup your own local VWS instance to test your changes against. You can checkout the bitcore repository and setup an instance using docker.
If you want to keep up with development and see the latest changes in action, you can join the TestFlight program.
- Swift - Language used writing the application
- Tor - The intergration of Tor makes sure your transactions are private
- iCepa/Tor.framework - Provides a solid framework for using Tor
- hackiftekhar/IQKeyboardManager - Makes working with keyboards and inputs painless
- aschuch/QRCode - Generates beautiful QR codes for receiving XVG
- SwiftyJSON/SwiftyJSON - Helps working with JSON responses
- evgenyneu/keychain-swift - Takes away the worries of saving sensitive user data on your device
- HamzaGhazouani/HGPlaceholders - Library to show placeholders and Empty States for any UITableView
- danielgindi/Charts - This library is used for making beautiful charts
- JohnEstropia/CoreStore - Handy core data library
- xmartlabs/Eureka - Library for easily creating forms
- yenom/BitcoinKit - The BitcoinKit library is a Swift implementation of the Bitcoin protocol
- krzyzanowskim/CryptoSwift - Crypto related functions and helpers for Swift implemented in Swift.
- Swinject/Swinject - Dependency injection framework for Swift with iOS/macOS/Linux
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.