BitcoinApp: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:


* [http://github.com/udibr/bitcoinApp bitcoinApp project] on GitHub
* [http://github.com/udibr/bitcoinApp bitcoinApp project] on GitHub
* [https://easywallet.org Easywallet.org] - easy to use web based wallet, which works on iPhone
* [https://easywallet.org/bitcoin_for_iphone Easywallet.org] - easy to use web based wallet, which works on iPhone


==References==
==References==

Latest revision as of 13:17, 20 June 2012

An implementation of BitCoin for iOS devices (iPhone, iPad, iPodTouch).

The App acts as a client and communicates using the regular RPC-JSON with bitcoind which runs on a separate thread inside an App. The wallet is thus stored on the device.

History

The project was announced on April 8th, 2011[1].

External Links

References