https://github.com/rohitscript/hardhattutorial
https://github.com/rohitscript/hardhattutorial
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohitscript/hardhattutorial
- Owner: rohitscript
- Created: 2023-08-09T02:38:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T02:50:59.000Z (over 2 years ago)
- Last Synced: 2025-01-04T22:27:51.122Z (about 1 year ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HardhatTutorial
``` npm init --yes ```
``` npm i hardhat ```
``` npx hardhat ```
``` npm i @nomiclabs/hardhat-ethers ethers @nomiclabs/hardhat-waffle ethereum-waffle chai ```
``` cd .\contracts\ ```
``` npx hardhat compile ```
```npx hardhat test ```
``` npx hardhat run scripts/deploy.js ```
``` npx hardhat node ```