# pod2-blob-example Example of storing a [pod2](https://github.com/0xPARC/pod2) proof (plonky2 proof) in an ethereum blob ([EIP-4844](https://www.eip4844.com/)). 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`