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.46.tar.gz
(75.9 kB
view details)
File details
Details for the file django-wallets-0.1.46.tar.gz
.
File metadata
- Download URL: django-wallets-0.1.46.tar.gz
- Upload date:
- Size: 75.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2eaa85bee8d9623482ff7f39392d60089f0eada840f406949ed2065c8b87293e |
|
MD5 | f0b6b653d55097eb6fa77c04a694935b |
|
BLAKE2b-256 | 3038c6c7d8827f155d94d86d26caf60ee5c9b7fa3abac9c3fea85b30e0b7f912 |