Official Python SDK for Stralix Cloud SCNAC API
Project description
StralixSDK
Official Python SDK for interacting with the Stralix Cloud SCNAC API.
Installation
pip install stralixsdk
Usage
from stralix_sdk import StralixClient
# Initialize the client
client = StralixClient(api_key="YOUR_API_KEY", base_url="http://127.0.0.1:500")
# Get blockchain info
info = client.get_info("LTC")
print(info)
# Get block count
count = client.get_block_count("LTC")
print(f"Current block height: {count}")
Features
- Easy access to all SCNAC API endpoints (v1, v2, v3, Admin)
- Simple Pythonic interface
- Automatic error handling
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
stralixsdk-1.1.0.tar.gz
(4.6 kB
view details)
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 stralixsdk-1.1.0.tar.gz.
File metadata
- Download URL: stralixsdk-1.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe0bb9d08c93bd814a7df4c1b09f19c4ae13ead1d8aba39539978709355ffe5b
|
|
| MD5 |
b2f2aa82f99492a30364e6a2dae65246
|
|
| BLAKE2b-256 |
f1cceaf45d17efe8ed8d35799194f4096c850ab1ead4fbf8c36016d748a65243
|
File details
Details for the file stralixsdk-1.1.0-py3-none-any.whl.
File metadata
- Download URL: stralixsdk-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a85fa563f8d816c79e0a0cba6c648eb9a7b514294166c94ffeddb24d7a04953b
|
|
| MD5 |
726867290c978baff59a6a9ac5ca710c
|
|
| BLAKE2b-256 |
317caa2f3931af150c382648e4a4c2288a9bf7cfb17e925d6f2d609cd05d2844
|