Getting Started
Installation
Get the Vordium SDK running locally.
Requirements
| Requirement | Version |
|---|---|
| Python | 3.9 or newer |
| Network access | rpc.vordium.com (HTTPS + WSS) |
Install from PyPI
pip install vordium==0.3.1PyPI is the only install path
The SDK source repository is private, so there is no public clone URL. Install from PyPI.
Verify the install
python -m vordium.cli statusThis prints the chain name, ID, current block height and RPC endpoint. If it returns a height, you are connected.