An open API service indexing awesome lists of open source software.

https://github.com/patrickalphac/smartcontract-upgrades-example


https://github.com/patrickalphac/smartcontract-upgrades-example

Last synced: 5 months ago
JSON representation

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)