Python SDK for AI agents on Vordium Chain — The AI Layer
Project description
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
Project details
Release history Release notifications | RSS feed
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.2.0.tar.gz
(8.9 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
File details
Details for the file vordium-0.2.0.tar.gz.
File metadata
- Download URL: vordium-0.2.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9b0aed335bb0ec2d8e7ddb348570b31e74756c4b69e1d5704f650b4ba2b4954
|
|
| MD5 |
fd50dcbd2adcbbf2971889e7e720357c
|
|
| BLAKE2b-256 |
b7fe6bae8e1f39f36720c20c4eecae5ed62a3e0d9a8ec639a4d54263cddf1655
|
File details
Details for the file vordium-0.2.0-py3-none-any.whl.
File metadata
- Download URL: vordium-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.8 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 |
6fcc18a6df62cbc2d9a556e0e84c96210aa7642743886fe833d3b6321418c007
|
|
| MD5 |
c4c8d6c7db1b644e6177f444b80b7fe4
|
|
| BLAKE2b-256 |
bb90f52c0809117d3a49c8b67de5c7c9abaeae301b44a4807399e0814e89d22f
|