From be0045634d90dd71a11c6f8f196365c9be60d373 Mon Sep 17 00:00:00 2001 From: Stan Kladko <13399135+kladkogex@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:09:59 +0100 Subject: [PATCH] Update README.md --- test/historicstate/hardhat/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/historicstate/hardhat/README.md b/test/historicstate/hardhat/README.md index e9dd5f348..63d0512c4 100644 --- a/test/historicstate/hardhat/README.md +++ b/test/historicstate/hardhat/README.md @@ -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 ```