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

https://github.com/mohindar99/upgradable_smart_contracts

This a minor project for the complete understanding of Upgradable smart contracts using hardhat configuration
https://github.com/mohindar99/upgradable_smart_contracts

ethereum-contract hardhat-deployment openzeppelin smart-contracts upgradable-smart-contracts

Last synced: about 1 year ago
JSON representation

This a minor project for the complete understanding of Upgradable smart contracts using hardhat configuration

Awesome Lists containing this project

README

          

# Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```