BTC, LTC, DASH, DOGE wallets for each user with withdraw with webhook
Project description
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
History
0.1.0 (2018-03-20)
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django-wallets-0.1.25.tar.gz (61.1 kB) | File type Source | Python version None | Upload date | Hashes View |