Skip to main content

Vordium Python SDK

The AI Layer for Crypto.

Install

pip install vordium

Quick Start

Initialize your agent

vordium init

Python

from vordium import Agent

agent = Agent()
print(agent.address)
print(agent.balance)

Run autonomously

import asyncio
from vordium import Agent

agent = Agent()

async def strategy(agent):
    print(f"Block {agent.block} | {agent.balance} VORD")

asyncio.run(agent.run(strategy=strategy))

CLI Commands

vordium init                 Create new agent wallet
vordium status               Check chain status
vordium balance              Check VORD balance
vordium fund                 Get testnet VORD
vordium send <to> <amount>   Send VORD
vordium run agent.py         Run agent script
vordium                      Interactive mode

Network

Chain ID 713714
RPC https://rpc.vordium.com
Explorer https://vordscan.io
Faucet https://faucet.vordium.com

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vordium-0.3.1.tar.gz (28.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vordium-0.3.1-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file vordium-0.3.1.tar.gz.

File metadata

  • Download URL: vordium-0.3.1.tar.gz
  • Upload date:
  • Size: 28.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for vordium-0.3.1.tar.gz
Algorithm Hash digest
SHA256 2d59254580b73c6885cd504bcc2227c846fcb46661bcc64152accade80bceb2d
MD5 28cfab2ff2f556aec66c58beba2799c1
BLAKE2b-256 437b55fa0bc749326e766445935c1473b84a4cc05d0754435689f5d3070047bb

See more details on using hashes here.

File details

Details for the file vordium-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: vordium-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for vordium-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b713996e2dc034e79208cff3389623978a16fffefee7f88041c82882ef9859da
MD5 677909dc03d22b5580001d8d26529677
BLAKE2b-256 39a9994a12fef01b612e08bf8bcf3ca02e6775a06da408fdd7d2fbab25c8a998

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.1 This release

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page