Python SDK for DAOtonomos - Advanced Autonomous Governance
Project description
DAOtonomos Python SDK
Official Python interface for the DAOtonomos autonomous governance ecosystem.
Installation
pip install daotonomos-sdk
Quick Start
Using the CLI
# List all proposals
daotonomos list-proposals
# Cast a vote
daotonomos vote "your secret seed" 42 --approve
# Execute or queue proposal (timelock aware)
daotonomos execute-proposal "your secret seed" 42
Using the Client
from oodao_sdk.client import DAOtonomosClient
client = DAOtonomosClient(url="ws://127.0.0.1:9944", treasury_account="5F...")
proposals = client.get_proposals()
print(proposals)
Features
- Governance: Create, query, and vote on proposals.
- Treasury: Monitor DAO funds.
- AI Integration: Submit and query AI scoring via authorized operators.
- Analytics: Submit governance analytics via authorized operators.
- Privacy: ZK actions require verifier attestation.
- Cross-chain: Authenticated votes via registered chain keys.
- Quantum security: PQ keys and signatures validated by authorized verifiers.
Built with ❤️ by Empoorio.
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
daotonomos_sdk-0.2.0.tar.gz
(5.5 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 daotonomos_sdk-0.2.0.tar.gz.
File metadata
- Download URL: daotonomos_sdk-0.2.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
819272803f4c873632ca50fc1349e432ca2830c5d54cb960fa67f1e22bd75fe4
|
|
| MD5 |
9972d7740f9eb26b4e46c83301301ac6
|
|
| BLAKE2b-256 |
55c920a697170f1fe2ad545e2f34dfd50b523b2e75dde2fb32eb8d207d4e87f0
|
File details
Details for the file daotonomos_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: daotonomos_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f472d1b5e2f69cbedede8d59156756c9115ec886a4cb8a51065d48172b94f5a2
|
|
| MD5 |
f4fbe7c91f2ac924584c786f74f4bb01
|
|
| BLAKE2b-256 |
656267d28cbbb4410aa057dfdf7dfddddbc5e1379c2289f925e1fa140910347a
|