Upgradeable smart contracts in Ethereum

Posted on Apr 19, 2018

Upgradeable smart contracts in Ethereum

Ethereum contracts are immutable but there is a way to design contracts which can be upgraded, so you can fix bugs quickly and add features. We’ll see how to create upgradable contracts.

Source: zohaib.me