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.
arnaucube 13ca6ba9fe add pod2 blob example flow code 1 month ago
src add pod2 blob example flow code 1 month ago
.gitignore add pod2 blob example flow code 1 month ago
Cargo.lock add pod2 blob example flow code 1 month ago
Cargo.toml add pod2 blob example flow code 1 month ago
README.md add pod2 blob example flow code 1 month ago
proof_with_public_inputs.bin add pod2 blob example flow code 1 month ago
rust-toolchain.toml add pod2 blob example flow code 1 month ago

README.md

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