safe-global / safe-smart-account

Safe allows secure management of blockchain assets.
https://safe.global
GNU Lesser General Public License v3.0
1.84k stars 907 forks source link

Provide developer utils for foundry #710

Open mmv08 opened 10 months ago

mmv08 commented 10 months ago

Context / issue

When developing contracts for Safe with foundry, I ended up writing a lot of boilerplate code for signing, deploying safes and executing transactions. Similar to https://github.com/colinnielsen/safe-tools. For the best developer experience, we should provide this out of the box.

Proposed solution

Provide a developer tools package for foundry

Alternatives