UltraChainAPI Python Client
Project description
Ultra Chain API Python
Ultra Chain Api Python is a Python wrapper for the Ultra chain API. It provides an easy-to-use interface for developers to seamlessly integrate Ultra blockchain functionalities into their Python applications. DOCS: https://developers.ultra.io/products/chain-api/
Installation
pip install ultra-chain-api
Usage
from ultra_chain_api import UltraAPI
# You can also import the producers
# from ultra_chain_api import MainProducerEndpoint
# client = UltraAPI(producer_endpoint=MainProducerEndpoint.SWEDEN.value)
client = UltraAPI(producer_endpoint="producer endpoint url")
response = client.get_info()
print(response)
License
This project is 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ultra_chain_api-0.2.0.tar.gz.
File metadata
- Download URL: ultra_chain_api-0.2.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fffd1ed0c8088f96e2400351dac7070c931f571efc780e48b2b56e08da169707
|
|
| MD5 |
40cdc2ce0f30460d6f53d7f95ce54d15
|
|
| BLAKE2b-256 |
39918fc5b4ec5b9fce01a72610af72b72fc4f9ac2e1552dc5a769f550fed4036
|
File details
Details for the file ultra_chain_api-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ultra_chain_api-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e23323d9fa82c583077f8d69187975de93c2935c9098c5fe6204aa2b47a43f49
|
|
| MD5 |
7c8e79d6ef3c71a55e6eb875d75c3ad5
|
|
| BLAKE2b-256 |
4ef1beb1d78f3d1335f7469a4adb5ccc26474caabf2061eec5fa60b646a95fe1
|