Skip to content

ladydao/executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published