This repository includes a proof-of-concept EIP-3074 invoker allowing a Safe to control an EOA.
We will need to set up the submodules for the repository.
make install
To deploy, you can use the following command:
make foundry cmd="forge script AuthCallScript --rpc-url otim --private-key YOUR_PRIVATE_KEY --broadcast -vvvv"
For development, we are using the Otim test network with RPC endpoint http://devnet.otim.xyz. There is a faucet for mining test funds.