Bitcoin Forum

Bitcoin => Project Development => Topic started by: kangasbros on July 20, 2011, 08:53:21 AM



Title: django-bitcoin - easy bitcoin payment/wallet/etc management for django
Post by: kangasbros on July 20, 2011, 08:53:21 AM
Hi, I started this open source project:

https://github.com/kangasbros/django-bitcoin

Currenctly it's very basic, but usable. It will change however, so I don't recommend usage now.


Title: Re: django-bitcoin - easy bitcoin payment/wallet/etc management for django
Post by: kangasbros on August 29, 2011, 03:39:14 PM
Made few improvements, new "Wallet" class (and other naming changes). This makes it easy to make your own web service which handles bitcoin transactions. A few examples which could be made with django-bitcoin:

- marketplace/auction site with escrow
- elance-style site with escrow
- webshop or something similar
- bounty collecting, betting sites, whatever :)

https://github.com/kangasbros/django-bitcoin

It's still work in progress, I'll try to launch one web site which uses it at bitcoin hackathon next weekend, so it is used in production :)


Title: Re: django-bitcoin - easy bitcoin payment/wallet/etc management for django
Post by: Herbert on September 01, 2011, 10:33:02 PM
Looks promising! Keep up the work - As I am a django enthusiast this comes in handy ;-)


Title: Re: django-bitcoin - easy bitcoin payment/wallet/etc management for django
Post by: derrend on May 27, 2014, 03:53:00 AM
Resurrecting an old thread here it seems :)

Is this project still active and are there any plans to support bips? Bip support for python in general seems lacking at this point in time. I'm on the look out for some tools or a wrapper of some kind...