Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: genjix on December 15, 2013, 08:11:02 PM



Title: dat.wallet: pure Python tutorial wallet for Linux, Android, Mac, Windows
Post by: genjix on December 15, 2013, 08:11:02 PM
Hi!

Me and Taylor Gerring (Hive wallet) coded this example wallet in 2 days in pure Python. It uses python-obelisk (https://bitcointalk.org/index.php?topic=354607) and is meant to be be an example for other coders to understand how wallets work. We'll work slowly on more tutorials and docs.

It uses kivy and has no dependencies, so can be used on the mobile phone.

This is great for wallet developers and GUI designers who want to create their own skin or special wallet with specific features. For example: wallets for traders, branded wallets for businesses and specific payment applications that use wallet functionality.

The code is not great, but it is merely instructive for people to understand how to use the underlying Bitcoin library and functionality.

https://github.com/darkwallet/dat.wallet

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


Title: Re: dat.wallet: pure Python tutorial wallet for Linux, Android, Mac, Windows
Post by: tgerring on December 15, 2013, 08:54:14 PM
Thanks to genjix for getting the ball rolling on this project!


Title: Re: dat.wallet: pure Python tutorial wallet for Linux, Android, Mac, Windows
Post by: darbon on December 17, 2013, 07:06:05 PM
Great!