Skip to content

Patrick Collin's Freecodecamp course on Solidity. Lesson 12

Notifications You must be signed in to change notification settings

micha1805/upgrades-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upgrade a smartcontract

We will upgrade a smartcontract.

Setup

You need the following in an .env file.

export PRIVATE_KEY=0x123456789
export WEB3_INFURA_PROJECT_ID=abcdef1234
export ETHERSCAN_TOKEN=QWERTY1234
export PINATA_API_KEY=abcdef1234
export PINATA_API_SECRET=abcdef1234
export UPLOAD_IPFS=false

Releases

No releases published

Packages

No packages published