AdrianGeorgeM / Upgradeable-Smart-Contract

Smart contract that use the transparent proxy pattern in order to be upgradeable

Home Page:https://goerli.etherscan.io/address/0x1d1Ce53069CAB38EA3213553A14c65Ea65320391#code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy an Upgradeable Vending Machine Smart Contract

Deploying your contracts under a proxy can be useful in order to future-proof your smart contract functionality.

Deploying smart contracts that use the transparent proxy pattern in order to be upgradeable

You will be able to deploy a version 1 contract, add new functionality and then deploy a version 2 of that contract under the proxy, and so on..

Try running some of the following tasks:

npx hardhat help
npx hardhat test
npx hardhat node
npx hardhat run scripts/deployProxy.js

About

Smart contract that use the transparent proxy pattern in order to be upgradeable

https://goerli.etherscan.io/address/0x1d1Ce53069CAB38EA3213553A14c65Ea65320391#code


Languages

Language:Solidity 59.4%Language:TypeScript 40.6%