This is a simple Python library to facilitate the usage of the Hedera mirror node API
Project description
Hedera Mirror Node Python SDK
Welcome to this Python SDK repository for the Hedera mirror node API.
This is a simple library to facilitate the usage of the Hedera mirror node API.
>>> from hedera_mirror_sdk.rest import Client
>>> client = Client(version="v1", env="testnet")
>>> accounts = client.account.get()
>>> accounts["status"]
200
>>> accounts["json"]
{'accounts': [{'account': '0.0....}
Supported Python Versions
This library supports the following Python implementations:
Python 3.6 Python 3.7 Python 3.8 Python 3.9 Python 3.10
Installation
You can clone the project down from github
git clone git@github.com:bobby-didcoding/hedera-mirror-sdk.git
hedera_mirror_sdk is available on PyPI:
python -m pip install hedera_mirror_sdk
More about Hedera
Hedera Mirror Nodes store the history of transactions that occurred on mainnet, testnet, and previewnet. Each transaction generates a record that is stored in a record file. The transaction contents can be accessed by the mirror node Rest APIs
Read more here
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
Built Distribution
File details
Details for the file hedera-mirror-sdk-0.0.6.tar.gz
.
File metadata
- Download URL: hedera-mirror-sdk-0.0.6.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b14f232a1aece278bd3f460aaf808cd98a4160cfc70e4e26f5991d213cbbff13 |
|
MD5 | 3ccd1ac646504dea2c5331496e65527a |
|
BLAKE2b-256 | 1095312edd97d66e2f8037af79e3aa1d80eea7643f4bccc1eae647c201f6e658 |
File details
Details for the file hedera_mirror_sdk-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: hedera_mirror_sdk-0.0.6-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 242fe6ffbef66f499d74031d316b6be0c848ad3fe59a979269fd7d467086afdc |
|
MD5 | c05ea20a922f670eee697fab32b7e9af |
|
BLAKE2b-256 | 8c6973ed64b74e3c5271512a2e0caa966f0ada6061c5b0249e33eeab871b422f |