dkcipher / solidity-upgradeable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgradeable Contract Example

npm install

1. migration

npx hardhat run scripts/migration.ts

2. delegatecall

npx hardhat run scripts/delegatecall.ts

2. ERC1967

npx hardhat run scripts/ERC1967.ts

3. TransparentProxy

npx hardhat run scripts/transparent.ts

4. UUPS

npx hardhat run scripts/UUPS.ts

About


Languages

Language:TypeScript 61.7%Language:Solidity 36.4%Language:JavaScript 1.9%