Talero public node documentation
Builder, wallet, explorer, operator, investor, and institutional references for public-safe Talero node surfaces and their trust boundaries.
Public-safe does not mean unrestricted. Public mode, privacy mode, safe mode, read-only mode, quotas, deployment profile, and gateway policy can still mask or deny behavior.
Scope
These pages cover public-safe node surfaces, JSON-RPC, REST, wallet and explorer integration, runtime posture, proof workflows, and validator/operator boundaries.
They do not publish secrets, private topology, raw IPs, signer wiring, environment files, bypass tokens, ACLs, private runbooks, or live service commands.
Network profile names can appear as technical configuration terms, but this documentation does not make release-readiness, audit, regulatory, or broad production claims.
Quick RPC Examples
eth_chainId
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_chainId",
"params": []
}eth_blockNumber
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_blockNumber",
"params": []
}talero_runtimeReadiness
{
"jsonrpc": "2.0",
"id": 1,
"method": "talero_runtimeReadiness",
"params": []
}