/axewallet-ios

AXE iOS client 📱

Primary LanguageObjective-COtherNOASSERTION

AXEwallet

Build Status

AXE wallet logo

Axewallet (dashwallet fork) is a real standalone AXE client. There is no server to get hacked or go down, so you can always access your money. Using SPV mode, Axewallet connects directly to the AXE network with the fast performance you need on a mobile device.

Axewallet is designed to protect you from malware, browser security holes, even physical theft. With AES hardware encryption, app sandboxing, keychain and code signatures, Axewallet represents a significant security advantage over web and desktop wallets, and other mobile platforms. Simplicity is Axewallet’s core design principle. A simple backup phrase is all you need to restore your wallet on another device if yours is ever lost or broken. Because Axewallet is deterministic, your balance and transaction history can be recovered from just your backup phrase.

Features:

  • “simplified payment verification” for fast mobile performance
  • no server to get hacked or go down
  • single backup phrase that works forever
  • private keys never leave your device
  • import password protected paper wallets
  • "payment protocol” payee identity certification
  • Shapeshift integration (Pay any BTC Address by just scanning the BTC QR Code)

URL scheme:

Axewallet supports the x-callback-url specification with the following URLs:

axe://x-callback-url/address?x-success=myscheme://myaction

this will callback with the current wallet receive address: myscheme://myaction?address=1XXXX the following will ask the user to authorize copying a list of their wallet addresses to the clipboard before calling back:

axe://x-callback-url/addresslist?x-success=myscheme://myaction

WARNING:

installation on jailbroken devices is strongly discouraged

Any jailbreak app can grant itself access to every other app's keychain data and rob you by self-signing as described here and including <key>application-identifier</key><string>*</string> in its .entitlements file.