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.1.0.tar.gz
(5.7 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.1.0.tar.gz.
File metadata
- Download URL: aw_protocol_sdk-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a125a6f46c0a2199a60d5bbe5b310883d14da4a53322a892f2ec7867e41dd05
|
|
| MD5 |
72630300e54f8c8cbb77b0002e35a50f
|
|
| BLAKE2b-256 |
14aecb651b9f140517283adac5b6809b57b0feca6a5d8ec5bb981135c67d405b
|
File details
Details for the file aw_protocol_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aw_protocol_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.0 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 |
40fb7d3bb9ffdd320b6a1118d44b2cd0f5a3aa9c91894289a3de7f86e293c1cb
|
|
| MD5 |
fa3619796f4d0934c4f8d8c734beba48
|
|
| BLAKE2b-256 |
fa77b1c8cd559021a6dd7d88e8f3fc3a5eeb955c9e8cd4470b1d2d3e2c65714f
|