Warning
These contracts have not been audited.
Do not use on production mainnet chains.
Use only for testing or development purposes at your own risk.
A Safe module that enables delegation capabilities via the Delegation Framework.
- 📚 Usage Guide - Code examples and patterns
- 🚀 Quick Start - Get started in 5 minutes
- 🏗️ Architecture - Technical deep dive
git clone https://github.com/your-username/delegator-safe-module.git
cd delegator-safe-module
forge install# Build
forge build
# Test
forge test
# Coverage
cd script && ./coverageSet environment variables and deploy:
export DELEGATION_MANAGER=0x...
export SAFE_ADDRESS=0x...
export DEPLOYER_PRIVATE_KEY=0x...
export SALT="your-salt" # Required: use a salt shorter than 32 bytes
forge script script/DeployDeleGatorModule.s.sol --rpc-url $RPC_URL --broadcastMIT AND Apache-2.0