Bitcoin Forum

Bitcoin => Project Development => Topic started by: hattorihanzo on January 25, 2012, 08:17:32 PM



Title: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 25, 2012, 08:17:32 PM
I've been working on a ultra-think Bitcoin client.  It's never ment to actually touch the blockchain, but is managed by generating wallets address in the app, or importing them.



Its completely HTML5 and Javascript.
Can work in Airplane Mode (Uses HTML5 App caching)
Uses Jquery & JqueryMobile
Uses Bitcoin Address Code from BitAddress.org
Uses a lot of code from Crypto-JS


Some of the main features:

QR Codes
Sharing via email/text
AES encryption of wallets


Try it now:
*Tested in Chrome, iOS, Android. So if its not webkit (or doesnt have sqlite it wont work)
**Opera may work.
http://btcbin.com/

Code on github:

https://github.com/willwharton/btcbin


QR code for phones.


https://i.imgur.com/JVN1n.png


I'm just posting it here,because its fitting. If you have any options / opinions regarding BTCBIN please send them to me.


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: jago25_98 on January 25, 2012, 08:59:46 PM
good stuff :)

Opera mobile feedback - can click the select lang to english but goes no further... Not sure if opera mobile even has javascript tho :p

Will definately give it a spin when i get the chance on a proper browser tho


Title: Re: Announcing BTCBIN: A ultra-thin Bitcoin address client written in HTML5 for mobi
Post by: hattorihanzo on January 26, 2012, 07:01:04 PM
Interesting. How does it handle receiving funds?  Can balanced or any type of transaction be checked?

Yes, balance can be checked with the public address, and then pass over the private address.

Whatever method you perfer.