https://github.com/patrickalphac/smartcontract-upgrades-example
https://github.com/patrickalphac/smartcontract-upgrades-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickalphac/smartcontract-upgrades-example
- Owner: PatrickAlphaC
- Created: 2021-05-24T19:38:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T16:02:51.000Z (almost 3 years ago)
- Last Synced: 2025-04-25T22:35:12.574Z (9 months ago)
- Language: JavaScript
- Size: 287 KB
- Stars: 29
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
## Test
```sh
npx hardhat test
```
## Verify
```sh
npx hardhat verify --network
```
ie:
```
npx hardhat verify --network
```
Download [hardhat](https://hardhat.org/)
[Follow the Openzeppelin guide](https://forum.openzeppelin.com/t/openzeppelin-upgrades-step-by-step-tutorial-for-hardhat/3580)