qvtx_addr.py
Mints one universal QVTX address per member — a standard EVM account valid on every QVTX chain (20232, 42000) and any EVM network. Deterministically derived from a single master seed, so every address is recoverable.
| endpoint | notes |
|---|---|
POST /api/account | {"label":"alice"} -> address + byteid + clearing account |
qvtx_addr.py mint <label> # create / fetch the address for a label qvtx_addr.py address <label> # just the 0x address qvtx_addr.py resolve <0x..> # label/index behind an address qvtx_addr.py list
qvtx_addr.py mint alice -> {"address":"0x28c9..8802","byteid":"QVTX-ACT-..","index":8}