Python SDK for AgentWallet Protocol - AI Agent Wallet Infrastructure on Solana
Project description
agentwallet-sdk
Python SDK for the AgentWallet Protocol — AI Agent Wallet Infrastructure on Solana.
Install
pip install agentwallet-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.3.0.tar.gz
(11.0 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.3.0.tar.gz.
File metadata
- Download URL: aw_protocol_sdk-0.3.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb8c4af272c68f5e58aaff52580e5c3506baf3d962e1c9384782ffa63443a0f1
|
|
| MD5 |
db82aea35fa5da6b69d7c8a60994d37b
|
|
| BLAKE2b-256 |
70846a84a44cb66b140d417d414588501828781a3d8c2e7f0155f5894df3e579
|
File details
Details for the file aw_protocol_sdk-0.3.0-py3-none-any.whl.
File metadata
- Download URL: aw_protocol_sdk-0.3.0-py3-none-any.whl
- Upload date:
- Size: 16.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 |
e155202c3c7cbcae53097dba1b11587fe97b226e9166f6b2047b0e795fd5e382
|
|
| MD5 |
02681416250d9d898a80cbd9b8c4e893
|
|
| BLAKE2b-256 |
4f673b10fbd3b7602b48c4ab2a560f75bc801969fc2936d5d83bd169de3fca12
|