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
- Host: GitHub
- URL: https://github.com/mohindar99/upgradable_smart_contracts
- Owner: mohindar99
- Created: 2023-04-15T01:13:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T01:15:02.000Z (about 3 years ago)
- Last Synced: 2025-02-26T13:46:51.400Z (over 1 year ago)
- Topics: ethereum-contract, hardhat-deployment, openzeppelin, smart-contracts, upgradable-smart-contracts
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```