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.1.0.tar.gz
(6.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
File details
Details for the file vordium-0.1.0.tar.gz.
File metadata
- Download URL: vordium-0.1.0.tar.gz
- Upload date:
- Size: 6.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 |
190b9365a10d556bdf3783fc1e501596753f86b0dcfcdd0aa7f39652ab43098b
|
|
| MD5 |
0d6111b45bdd50b261aa4b45f112b052
|
|
| BLAKE2b-256 |
9d7fc51c67a4eecced3ad306a002e7b4864ac9c765d7d790b0e938cefca9111e
|
File details
Details for the file vordium-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vordium-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
75c4a25fc2967607210f10efeafc9bc4d5db5950af6d4399a32d33a13930f749
|
|
| MD5 |
80e364aa8430298779cb375d20ad02ba
|
|
| BLAKE2b-256 |
31c33ed64bb6b95cabff0dd3993610f3637ebede3526d7441e2406f496c87f8b
|