A single-file, dependency-free web page that lists the live operator set of the NEAR MPC signer contract, along with the signing quorum (threshold / total).
Live at mpc-operators.nearone.org.
Everything lives in index.html — no build step, no frameworks,
no external scripts. The page makes a single JSON-RPC query call to a public
NEAR RPC endpoint, invoking the state method on the MPC signer contract
(v1.signer on mainnet, v1.signer-prod.testnet on testnet). It then decodes
the contract state and renders each participant's name, account ID, and node URL.
- Network toggle — switch between mainnet and testnet.
- RPC selector — pick a public endpoint (FastNear, NEAR.org, Lava, dRPC) or enter a custom one.
- Quorum badge — shows how many operators must sign (threshold / total).
Open index.html in a browser, or serve the directory:
python3 -m http.serverThen visit http://localhost:8000.
Account IDs are mapped to human-friendly names in the OPERATORS object inside
index.html. Edit that map to add or rename operators.