Colibri is a stateless, fully verifying client for Ethereum and EVM-compatible chains. Instead of trusting an RPC provider, it fetches cryptographic proofs from a remote prover, verifies them locally, and returns the result — powered by @corpus-core/colibri-stateless compiled to WebAssembly in your browser.
Loading WASM module...
Based on @corpus-core/colibri-stateless default_config, with Colibri relay /execution + /consensus/ on Sepolia and Chiado so verify matches WASM SSZ expectations (PublicNode defaults from the npm package break verify there). Comma-separated URLs. chainId is set by the chain selector.
Enter at least one prover URL.
{
"chainId": 1,
"prover": [],
"rpcs": [],
"beacon_apis": [],
"debug": false,
"zk_proof": false
}