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.41.tar.gz (75.7 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-wallets-0.1.41.tar.gz
Algorithm Hash digest
SHA256 85bd94ee59825229f6f45cecd02a68e0e9d74f3fcb9628f0a001799469e85cc2
MD5 1efd7b78de303458aa9a4f55840a12a6
BLAKE2b-256 e66b156ae1b52364c3d7116575d60564714b1741042f8bf272cd0f31fe05c120

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