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)
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
vordium-0.3.1-py3-none-any.whl
(26.4 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d59254580b73c6885cd504bcc2227c846fcb46661bcc64152accade80bceb2d
|
|
| MD5 |
28cfab2ff2f556aec66c58beba2799c1
|
|
| BLAKE2b-256 |
437b55fa0bc749326e766445935c1473b84a4cc05d0754435689f5d3070047bb
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b713996e2dc034e79208cff3389623978a16fffefee7f88041c82882ef9859da
|
|
| MD5 |
677909dc03d22b5580001d8d26529677
|
|
| BLAKE2b-256 |
39a9994a12fef01b612e08bf8bcf3ca02e6775a06da408fdd7d2fbab25c8a998
|