meow-jsx / sample-uups-proxy-upgrade-able-smart-contracts

Sample UUPS Proxy - Upgrade-able smart contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgradeable smart contract development (Deploy, Bug-fix and adding a new feature)

This project demonstrates how to write an upgradeable smart contract in EVM-compatible Networks; You can deploy, bug-fix after the deploy, and also add some new features to the smart contract.

Run tests:

npx hardhat test

About

Sample UUPS Proxy - Upgrade-able smart contract


Languages

Language:JavaScript 70.6%Language:Solidity 29.4%