connect wallet functionality
{ | ||
"name": "hardhat-project", | ||
"dependencies": { | ||
"hardhat": "^2.6.2" | ||
"hardhat": "^2.6.2", | ||
"http-server": "^13.0.1" | ||
}, | ||
"devDependencies": { | ||
"@nomiclabs/hardhat-ethers": "^2.0.2", | ||
... | ... |
{ | ||
"name": "hardhat-project", | ||
"dependencies": { | ||
"hardhat": "^2.6.2" | ||
"hardhat": "^2.6.2", | ||
"http-server": "^13.0.1" | ||
}, | ||
"devDependencies": { | ||
"@nomiclabs/hardhat-ethers": "^2.0.2", | ||
... | ... |