Hardhat fund me test. #5848
Chizitere01
started this conversation in
General
Replies: 3 comments 8 replies
-
please share your repo |
Beta Was this translation helpful? Give feedback.
1 reply
-
here is my repo https://github.com/Chizitere01/Hardhat-fund-me/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
install packages using {
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomicfoundation/hardhat-verify": "^1.0.2",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"hardhat": "^2.16.1",
"hardhat-deploy": "^0.11.34"
},
"dependencies": {
"@chainlink/contracts": "^0.6.1"
}
} and import these into require("@nomicfoundation/hardhat-toolbox")
require("dotenv").config()
require("hardhat-deploy") |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello there, I have been stuck on a particular place for days now. At 11:17:58 of the course, I completed the code for the
FundMe.test.js
but when ever I run the script I get an error saying that getContract is not a function.here is my code:
here is the error
Beta Was this translation helpful? Give feedback.
All reactions