An open API service indexing awesome lists of open source software.

https://github.com/rohitscript/hardhattutorial


https://github.com/rohitscript/hardhattutorial

Last synced: 12 months ago
JSON representation

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 ```