Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex authored Sep 19, 2023
1 parent 6add485 commit be00456
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/historicstate/hardhat/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Sample Hardhat Project
# Install hardhat

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.bashrc
nvm install 19
nvm use 19
npx hardhat run scripts/deploy.js
```

0 comments on commit be00456

Please sign in to comment.