Skip to main content

run_verify_standalone

Function run_verify_standalone 

Source
pub async fn run_verify_standalone(
    args: &VerifyProposalArgs,
) -> Result<VerifyReport>
Expand description

Run verification without a wallet provider.

Reads chain_id from <args.dir>/proposal.toml, resolves the RPC from args.rpc_url (or ESPRESSO_L1_PROVIDER) or the built-in public-node map, then delegates to run_verify.