Diamond Setter, Ethereum smart contract manager

Upgrading smart contracts in Ethereum has historically been a tedious process; however, because of a new storage feature in Ethereum, we can breeze through the upgrade process and focus our time on more important things. I present the Diamond Setter, a simple and effective contract manager for your Diamond Standard based contracts. It makes maintaining and upgrading your contracts a breeze by automating the upgrade logic. You simply provide your contract addresses and ABI then call one single command. It automates the process of determining what needs upgraded or removed by calling the proper Diamond Standard functions. The Diamond Standard, written…

Continue reading