-
Notifications
You must be signed in to change notification settings - Fork 3
Create test evm contract #183
Copy link
Copy link
Open
Description
Write / generate a solidity contract with a single function that:
- takes action sets at calldata
- inserts the message sender as the first input for each action in the set
- hashes the action set with the previous input hash and updates the latest input hash
- has a function to read the current input hash
- emits the input hash as a log
input hash lives in the contracts state
- deploy on base testnet
Reactions are currently unavailable