BTC, LTC, DASH, DOGE wallets for each user with withdraw with webhook


Keywords
django-wallets
License
MIT
Install
pip install django-wallets==0.1.46

Documentation

Django wallets

https://travis-ci.org/narnikgamarnikus/django-wallets.svg?branch=master

BTC, LTC, DASH, DOGE wallets for each user with withdraw with webhook

Documentation

The full documentation is at https://django-wallets.readthedocs.io.

Quickstart

Install Django wallets:

pip install django-wallets

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'wallets.apps.WalletsConfig',
    ...
)

Add Django wallets's URL patterns:

from wallets import urls as wallets_urls


urlpatterns = [
    ...
    url(r'^', include(wallets_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: