Python SDK for AgentWallet Protocol - AI Agent Wallet Infrastructure on Solana
Project description
aw-protocol-sdk
Python SDK for the AgentWallet Protocol — AI Agent Wallet Infrastructure on Solana.
Install
pip install aw-protocol-sdk
Quick Start
from agentwallet import AgentWallet
async with AgentWallet(api_key="aw_live_...") as aw:
agent = await aw.agents.create(name="trading-bot")
tx = await aw.transactions.transfer_sol(
from_wallet=agent["default_wallet_id"],
to_address="RecipientPubkey...",
amount_sol=0.5,
)
Links
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
aw_protocol_sdk-0.2.0.tar.gz
(10.4 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 aw_protocol_sdk-0.2.0.tar.gz.
File metadata
- Download URL: aw_protocol_sdk-0.2.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae1e89c36aa053884f4d719ff3866bb9567c8b45c43e2db93b809a1281ac75b3
|
|
| MD5 |
6ed3a3aed37b6570f65721989cbb89c3
|
|
| BLAKE2b-256 |
612531f7771302cd2a0e7300e575416be3b2b9540fac8f4bc627c1d09e67f156
|
File details
Details for the file aw_protocol_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: aw_protocol_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d482678acec49965e72d11776ceb3cb949432e4fc6f949a10ad1a211a925e4d
|
|
| MD5 |
15a8a0f3d8a3ffe3a598d30db84bfe08
|
|
| BLAKE2b-256 |
5615405df577e7672805cde12581e8f444b24694dd72c4ccbca54f42348097b9
|