Skip to content

mperklin/beerwallet

This branch is 8 commits ahead of peritus/doughwallet:doge.

Folders and files

NameName
Last commit message
Last commit date
Jul 19, 2016
Aug 7, 2016
Jul 12, 2015
Jul 12, 2015
Jul 19, 2016
Jun 24, 2014
Sep 19, 2014
Feb 3, 2015
Jan 29, 2015
Jan 29, 2015
Jul 12, 2015
Jul 2, 2014
Jul 2, 2014
Jan 29, 2015
Jul 13, 2014

Repository files navigation

đ beerwallet

[download] (https://itunes.apple.com/app/doughwallet/id951731776)

defcoin done right

the simplest and most secure dogecoin wallet on any platform

features:

  • the first real defcoin client for iOS
  • doesn't rely on any server or web service
  • single backup phrase that works forever
  • private keys never leave your device
  • "simplified payment verification" for fast mobile performance
  • import password protected paper wallets
  • "Single Address Mode" toggle that provides Coindroids single-address compatibility
  • "payment protocol" payee identity certification
  • open source

security:

beerwallet represents a major step forward in defcoin wallet security. It is designed to be secure against malware, security issues with other apps, and even physical theft. It makes full use of the security features provided by iOS, including AES hardware encryption, app sandboxing and data protection, code signing, and keychain services.

reliability:

Unlike other iOS dogecoin wallets, beerwallet is a real dogecoin client. There are no external web services or servers to get hacked or go down, so you always have access to your money. It uses "simplified payment verification" or SPV mode to retrive data directly from the dogecoin network with the fast performance you need in a mobile environment.

convenience:

Your entire wallet is backed up with a single convenient backup phrase that will work forever. If your device is ever lost or broken, use your backup phrase to restore your balance and transaction history on another device. This is possible because beerwallet is a BIP32 "deterministic" wallet, meaning that all your dogecoin addresses and private keys are generated from a single "seed".

beerwallet is open source and available under the terms of the MIT license. Source code is available at https://github.com/mperklin/beerwallet

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.

About

beerwallet - DEFCOIN wallet for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.7%
  • Python 0.3%