rdwv coins support library
Project description
rdwv SDK
This is a client library(wrapper) around rdwv daemon. It is used to simplify common commands. Coins support(⚡ means lightning is supported):
- Bitcoin (⚡)
- Bitcoin Cash
- Monero
- Ethereum
- Binance coin (BNB)
- SmartBCH
- Polygon (MATIC)
- Tron (TRX)
- Ergon
- Litecoin (⚡)
- Globalboost (⚡)
- Groestlcoin (⚡)
Main focus is Bitcoin.
This library supports both asynchronous and synchronous usages.
You can call it's methods synchronously, like so:
print(btc.help())
Or you can await it's methods when using from async functions:
async def main():
print(await btc.help())
Async callback functions for @btc.on
are supported.
For more information Read the Docs
Release versioning
We follow a custom variant of semver:
major.minor.feature.bugfix
Where major
is changed not frequently, and means significant changes to the SDK
minor
means breaking changes
feature
means adding new features without breaking existing APIs
bugfix
means fixing bugs without breaking existing APIs
Contributing
See CONTRIBUTING.md.
Copyright and License
Copyright (C) 2019 MrNaif2018
Licensed under the MIT license
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
Built Distribution
File details
Details for the file rdwv-1.0.tar.gz
.
File metadata
- Download URL: rdwv-1.0.tar.gz
- Upload date:
- Size: 35.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba8010a0d98f9f6126cb4bcac7c2d5b1035ba37ec2f44bcbcd947b85552c080f |
|
MD5 | 63e44db5b71a5bdbecc175dbee6a2f5f |
|
BLAKE2b-256 | 9362a641cf8982628d9645854c4e4b8a37ce15bd3ec7b337939e9bc0199ab1da |
File details
Details for the file rdwv-1.0-py3-none-any.whl
.
File metadata
- Download URL: rdwv-1.0-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a660f6479b1b72408b9365e35516d759162888d7d0f429525e1078553fc1feff |
|
MD5 | d6e55cb094fc9b692ec5d8abb4b6cd58 |
|
BLAKE2b-256 | 1770c34646353ce9962598c3d84497c71ac5da1adae6c9579624cbde7a35ded1 |