No description
Find a file
2025-09-05 14:39:19 +00:00
src add pod2 blob example flow code 2025-09-05 14:39:19 +00:00
.gitignore add pod2 blob example flow code 2025-09-05 14:39:19 +00:00
Cargo.lock add pod2 blob example flow code 2025-09-05 14:39:19 +00:00
Cargo.toml add pod2 blob example flow code 2025-09-05 14:39:19 +00:00
proof_with_public_inputs.bin add pod2 blob example flow code 2025-09-05 14:39:19 +00:00
README.md add pod2 blob example flow code 2025-09-05 14:39:19 +00:00
rust-toolchain.toml add pod2 blob example flow code 2025-09-05 14:39:19 +00:00

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