Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 369 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 369 Bytes

Batch Allow Fail Demo

Overview

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.

Use

  1. Install Foundry
  2. Build smart contract with forge b (can test with forge t)
  3. Run encode+call+decode Rust script with cargo r