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.0
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.0.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nanoempire_sdk-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.4 kB
Release files / nanoempire_sdk-1.0.0.tar.gz
| Download URL | nanoempire_sdk-1.0.0.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
194304635fea21d7d0dee3be7f049f3a8c64787bfac9acc7d0e6f9625924784c
|
|
BLAKE2b-256 checksum How to use checksums |
6e84bda999c700579d24c9112a884a3065c89b3b1f0e078d3a3a57f4b7a8a266
|
| 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.0-py3-none-any.whl
| Download URL | nanoempire_sdk-1.0.0-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
477f7211283b0a2295faa9e511633587a42e1fd956455230a182f483680e635a
|
|
BLAKE2b-256 checksum How to use checksums |
3b28beae81c16d4241d51742e76fdff75032e1c6ac9efdf994e1b0eb4b3af43a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|