Skip to content

ProjectHelixCoin/HELIX-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helix Wallet


alt text

The first standalone iOS HELIX wallet:

helixwallet is a standalone HELIX client. There is no server to get hacked or go down, so you can always access your money. Using SPV mode, helixwallet connects directly to the bitcoin network with the fast performance you need on a mobile device.

The next step in wallet security:

HELIX wallet is designed to protect you from malware, browser security holes, even physical theft. With AES hardware encryption, app sandboxing, keychain and code signatures.

Beautiful simplicity:

Simplicity is HELIX wallet 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 HELIX wallet is
deterministic, your balance and transaction history can be recovered from just your backup phrase.

Features:
URL scheme:

HELIX wallet supports the x-callback-url specification with the following URLs:

helix://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 clipbaord before calling back:

bread://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.

HELIX wallet is open source and available under the terms of the MIT license. Source code is available at https://github.com/voisine/breadwallet

Packages

No packages published

Languages

  • Objective-C 69.3%
  • C 24.9%
  • Swift 4.4%
  • Python 1.1%
  • Shell 0.2%
  • Ruby 0.1%