Initial Commit

This commit is contained in:
2024-08-02 18:50:02 +08:00
parent dadb9af821
commit d45d7559f7
8 changed files with 187 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
"name": "hardhat-simple-storage",
"version": "1.0.0",
"description": "Hoelee Practical Using Hardhat To Create Smart Contract",
"main": "index.js",
"repository": "https://git.hoelee.com/hoelee/hardhat-simple-storage.git",
"author": "hoelee <me@hoelee.com>",
"license": "Unlicense",
@@ -15,12 +14,16 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"chai": "^4.2.0",
"ethers": "^6.4.0",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"hardhat": "^2.22.7",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1",
"solidity-coverage": "^0.8.0",
"typechain": "^8.3.0"
}