Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 900 Bytes

File metadata and controls

26 lines (21 loc) · 900 Bytes

Python examples (qweb3.py)

Runnable samples using the official Python client. Point them at any endpoint:

pip install qweb3
export QUANTOVA_RPC=http://127.0.0.1:9933   # or https://testnet.quantova.io
File What it shows
connect.py Connect and read chain state (block, runtime version, balance) — no keys
transfer.py Post-quantum-signed QTOV transfer
contract_call.py QRC20 read + write on the QVM (Solidity ABI)
qns_resolve.py Resolve a .qtov name to an address
python connect.py
python transfer.py
python contract_call.py
python qns_resolve.py

The signing examples register a clearly-labeled demonstration post-quantum backend so they run end to end offline. A real app registers Quantova's native post-quantum backend instead; the wallet API is identical.