This is a Foundry+Rust project that demonstrates how the batch execution with allow fail works. It includes the smart contract code, offchain calldata encoding, and event log decoding.
- Install Foundry
- Build smart contract with
forge b
(can test withforge t
) - Run encode+call+decode Rust script with
cargo r