VORDIUM DOCS
Getting Started

Installation

Get the Vordium SDK running locally.

Requirements

RequirementVersion
Python3.9 or newer
Network accessrpc.vordium.com (HTTPS + WSS)

Install from PyPI

Bash
pip install vordium==0.3.1

PyPI is the only install path

The SDK source repository is private, so there is no public clone URL. Install from PyPI.

Verify the install

Bash
python -m vordium.cli status

This prints the chain name, ID, current block height and RPC endpoint. If it returns a height, you are connected.