Official Python SDK for the Walley wallet API on Canton Network
Project description
walley-sdk
Official Python SDK for Walley — programmatic self-custody of CIP-56 tokens on Canton Network. Your process holds the wallet's key, signs locally, and submits transactions; the API only ever sees public keys and signatures.
pip install walley-sdk
from walley import Walley
w = Walley(
key_file="~/.config/walley/alice.key", # PEM or 24-word mnemonic file
party_hint="walley-alice",
)
for balance in w.balances:
print(balance.instrument_id, balance.total_balance)
result = w.transactions.execute(commands) # your dapp's own ledger commands
result = w.transfers.send(receiver="walley-bob::1220...", amount="5")
print(result.update_id, result.fee)
Full documentation: docs.walley.cc/python-sdk — quickstart, keys & authentication, transactions & the fee model, wallet operations, and ledger reads.
Development
cd walley-sdk
pip install -e '.[dev]'
pytest
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
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 walley_sdk-0.1.0.tar.gz.
File metadata
- Download URL: walley_sdk-0.1.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb438113e7baf5cd3c3707e28031447731ebabebabd84cc2bafcbe165c141dfe
|
|
| MD5 |
52ff8c0f0f6c41efd777e65872c5c660
|
|
| BLAKE2b-256 |
2680f530ab59759935fe7593b46936437d6c45456f38a2a55961e75f7284360c
|
File details
Details for the file walley_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: walley_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc20ade4e84abf7e97d081e88514cdbf9747c8fbc493840d1595a3d2c5f49548
|
|
| MD5 |
2a5dc8978ac9d3b66792fc17adf52ac0
|
|
| BLAKE2b-256 |
2d76dd457a607e1b900975beaf8c9ccdfc9a9487afacca16a013603fb892d8a5
|