TWIX META HARDENED v0.2.0 — WEB TEST CONSOLE
================================================

Configured mainnet deployment:
  Chain: cosmoshub-4
  Account Code ID: 719
  Factory Code ID: 720
  Factory: cosmos1xw0rqrjgekrerjrz55n09ezuajcdw2pqp204w2kdsya7szmx55ssug3f89

Run from WSL inside this extracted directory:
  python3 -m http.server 8080

Then open:
  http://localhost:8080

Browser requirements:
  - MetaMask for EIP-191 authorization signatures.
  - Keplr only for Cosmos relay/broadcast buttons.
  - Xeteria integration is coming soon.

SECURITY MODEL
--------------
The browser DOES NOT locally serialize signed TWIX messages. It queries the
factory/account build_*_intent endpoints and sends the exact returned message
to MetaMask personal_sign.

The console includes:
  - hardened account creation
  - controller bank_send execution
  - signed relayer fee and optional relayer binding
  - replay and signed-payload tamper negative tests
  - admin policy lane
  - two-signature controller rotation
  - session grant/revoke and session execution
  - guardian recovery scheduling/execution
  - factory pause/template lifecycle inspection

IMPORTANT
---------
Experimental mainnet security test console. Use only tiny test balances.
Do not use for public custody. Codes 719/720 are separate from TWIX Runtime
Code 681; this console does not migrate or activate Code 681.
