diff --git a/step00_hardhat_helloworld/README.md b/step00_hardhat_helloworld/README.md index ff2fa72..c7b3e39 100644 --- a/step00_hardhat_helloworld/README.md +++ b/step00_hardhat_helloworld/README.md @@ -12,19 +12,29 @@ Create a Project Directory Make it an npm library: +``` npm init +``` npm install --save-dev hardhat +``` npx hardhat +``` Select to create a basic project from the menu +``` npm install --save-dev @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers ethers +``` +``` npx hardhat compile +``` +``` npx hardhat test +```