https://github.com/5afe/safe-3074-invoker
Hack-a-day: Safe EIP-3074 Invoker
https://github.com/5afe/safe-3074-invoker
Last synced: 9 months ago
JSON representation
Hack-a-day: Safe EIP-3074 Invoker
- Host: GitHub
- URL: https://github.com/5afe/safe-3074-invoker
- Owner: 5afe
- License: gpl-3.0
- Created: 2024-05-08T08:22:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T18:19:49.000Z (about 2 years ago)
- Last Synced: 2025-01-26T07:23:38.653Z (over 1 year ago)
- Language: Solidity
- Size: 93.8 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safe EIP-3074 Invoker
This repository includes a proof-of-concept EIP-3074 invoker allowing a Safe to
control an EOA.
**:warning: This is a proof-of-concept and should not be used with actual funds!
:warning:**
## 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](https://docs.otim.xyz/) test network
with RPC endpoint . There is a
[faucet](http://devnet-faucet.otim.xyz/) for mining test funds.