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
Credits
Tools used in rendering this package:
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.
Source Distribution
django-wallets-0.1.41.tar.gz
(75.7 kB
view details)
File details
Details for the file django-wallets-0.1.41.tar.gz
.
File metadata
- Download URL: django-wallets-0.1.41.tar.gz
- Upload date:
- Size: 75.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
85bd94ee59825229f6f45cecd02a68e0e9d74f3fcb9628f0a001799469e85cc2
|
|
MD5 |
1efd7b78de303458aa9a4f55840a12a6
|
|
BLAKE2b-256 |
e66b156ae1b52364c3d7116575d60564714b1741042f8bf272cd0f31fe05c120
|