Secure execution of arbitrary contract calls by an authorized owner.
The Executor smart contract allows an owner to:
- Execute single transactions with ETH support
- Bundle multiple transactions in a single call
- Manage ETH and ERC20 token balances
- Control access through ownership
forge install
forge build
forge test
For verbose output:
forge test -vvv