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.4.0.tar.gz
(13.8 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.4.0.tar.gz.
File metadata
- Download URL: aw_protocol_sdk-0.4.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e29bbe1970f164604d70e79e11b454980fa2f40aabff7e4e3f910974d0c3cd58
|
|
| MD5 |
c0981e99bcecc535fc1e082a7918ba64
|
|
| BLAKE2b-256 |
82b992c90db5c648612ca1a958ff6b9955026879a2be6ad943c5b9b212cf201b
|
File details
Details for the file aw_protocol_sdk-0.4.0-py3-none-any.whl.
File metadata
- Download URL: aw_protocol_sdk-0.4.0-py3-none-any.whl
- Upload date:
- Size: 19.6 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 |
8227fcef1492af576bbdfe1b9f07b51a5e94a99bd0140a23f020fc59e65320b7
|
|
| MD5 |
e57fc8265db4fbab02da212c22511622
|
|
| BLAKE2b-256 |
53ebf2a6a4fa6511edc28649d23b47cc31d1697d9c4ccc7d4338a40fcdb24251
|