Not All Smart Contracts Are Immutable — Create Upgradable Smart Contracts

A dive into the world of Solidity

Patrick Collins
Better Programming
Published in
9 min readMay 25, 2021

--

Signing a contract
Photo by Cytonn Photography on Unsplash.

You may want to upgrade your smart contract for a number of reasons. You might want to fix a bug, add new features, or anything else. This article will teach you about the different things you need to know, conventional ways to do this, some of the philosophies that go into it, and…

--

--