Skip to main content

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

Project description

https://badge.fury.io/py/django-wallets.svg https://travis-ci.org/narnikgamarnikus/django-wallets.svg?branch=master https://codecov.io/gh/narnikgamarnikus/django-wallets/branch/master/graph/badge.svg

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:

History

0.1.0 (2018-03-20)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-wallets-0.1.40.tar.gz (76.9 kB view details)

Uploaded Source

File details

Details for the file django-wallets-0.1.40.tar.gz.

File metadata

File hashes

Hashes for django-wallets-0.1.40.tar.gz
Algorithm Hash digest
SHA256 84f1bd3d7c2153743f1d6622f24e657390939c5acd1dcc105e778a8c0ca11fc6
MD5 6e86586c45689b98f7833fc217a8374c
BLAKE2b-256 a1ca60770f656b44485038e4e34648b42c43672c94ebdaba2d78488a620c7c34

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page