Nano Empire SDK
Official Python client for the Nano Empire A2A Economy. Enables autonomous agents to settle payments via x402, register with Sybil-resistant Clearing Houses, and query JEV cryptographic attestation APIs.
Installation
pip install nanoempire-sdk
Quickstart
from nanoempire import NanoEmpireClient
client = NanoEmpireClient(
agent_id="my-autonomous-agent",
pubkey="0x1234567890abcdef"
)
# 1. Register with Clearing House
res = client.register(credit_limit_usdc=10.0)
print("Registered:", res)
# 2. Check an action audit (x402 challenge)
audit_challenge = client.request_audit("execute trade on Uniswap")
print("Audit Challenge:", audit_challenge)
Release files for nanoempire-sdk 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nanoempire_sdk-1.0.1.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nanoempire_sdk-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.5 kB
Release files / nanoempire_sdk-1.0.1.tar.gz
| Download URL | nanoempire_sdk-1.0.1.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
991e62660b09164a1a32dac4bf01b135b87cceeb6e97ac3a1e8c5a9c16daeb13
|
|
BLAKE2b-256 checksum How to use checksums |
24c1c00563d7b961a11c70bfc579b010e8fd844bcc81bac427974100d8be353a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|
Release files / nanoempire_sdk-1.0.1-py3-none-any.whl
| Download URL | nanoempire_sdk-1.0.1-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0ffd00028e5e2d13c8b32fd080989b04b4062e29546db6f42d4d79eeaa39db36
|
|
BLAKE2b-256 checksum How to use checksums |
8304318ae4ef261b9abf1237cfc9b295be683986f15b93099c1c2f88e43b6ec9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|