-
Upgrading and Verifing 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.