Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 490 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 490 Bytes

Executor

Secure execution of arbitrary contract calls by an authorized owner.

Overview

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

Installation

forge install

Usage

Building

forge build

Testing

forge test

For verbose output:

forge test -vvv