Difference between revisions of "BitcoinApp"

From Bitcoin Wiki
Jump to: navigation, search
(Created article for BitcoinApp and added to Clients and Open Source categories.)
 
 
(4 intermediate revisions by 3 users not shown)
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/bitcoin_for_iphone Easywallet.org] - easy to use web based wallet, which works on iPhone
  
[[Category:Clients]]
+
==References==
 +
<references />
 +
 
 +
[[Category:User Interfaces]]
 +
[[Category:Frontends]]
 
[[Category:Open Source]]
 
[[Category:Open Source]]
 +
[[Category:Mobile]]

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