Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 705 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 705 Bytes

Safe EIP-3074 Invoker

This repository includes a proof-of-concept EIP-3074 invoker allowing a Safe to control an EOA.

⚠️ This is a proof-of-concept and should not be used with actual funds! ⚠️

Installation

We will need to set up the submodules for the repository.

make install

Deployment

To deploy, you can use the following command:

make foundry cmd="forge script AuthCallScript --rpc-url otim --private-key YOUR_PRIVATE_KEY --broadcast -vvvv"

Network

For development, we are using the Otim test network with RPC endpoint http://devnet.otim.xyz. There is a faucet for mining test funds.