🛠 Velarum Docs V0 — Phase-0 testnet only(per ADR-NC-027),内容陆续填入中。
QuickstartInstall the SDK

Install the SDK

The Velarum Python SDK is the fastest way to send your first payment. It is async, fully typed, and maps every backend error to a typed exception.

Install

pip install velarum

Verify

python -c "import velarum; print(velarum.__version__)"
# 0.1.0a1

Alpha status

Version 0.1.0a1 is an Alpha release. The public surface (method names, request/response models) may change before 1.0. Pin an exact version in production and read the SDK reference for the current signatures.

Rust & TypeScript SDKs

Only the Python SDK ships in V0. The Rust and TypeScript SDKs are planned but not yet available; until then, non-Python clients can call the REST API directly.