-
Using a Gnosis Safe to Upgrade Upgradable Contracts
Assigning the ownership of an upgradable contract to a multi-signature Gnosis Safe is a good way to increase the security of your upgrade process.
-
Upgradable Smart Contracts
Upgradable smart contracts allow developers a way to change smart contract code after it has been deployed. This post dives in to how it is done at a technical level.
-
DAO Governance with custom contracts, a practical example
In this post we will step through the creation of a proposal to change a variable on an external contract written in the previous post.