You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

332 B

pod2-blob-example

Example of storing a pod2 proof (plonky2 proof) in an ethereum blob (EIP-4844). More details at the src/main.rs file.

Usage

  • set the ethereum private key and rpc url into PRIV_KEY and RPC_URL from src/main.rs
  • run cargo run --release