Install VSCode - https://code.visualstudio.com/arrow-up-right
Install the below extension
Install Node.js - https://nodejs.org/en/download/package-managerarrow-up-right
Install hardhat - https://hardhat.org/hardhat-runner/docs/getting-startedarrow-up-right
Command:For creating projectFor compiling projectFor running the script fileFor running the test script file OrFor creating blockchain localy
Command:
For creating project
For compiling project
For running the script file
For running the test script file
Or
For creating blockchain localy
Install metamask extension and setup the account - https://metamask.io/download/arrow-up-right
Last updated 1 year ago
npm install --save-dev hardhat
npx hardhat
npx hardhat compile
npx hardhat run [ADD_HERE_SCRIPT_FILE_PATH]
npx hardhat test [ADD_HERE_TEST_SCRIPT_FILE_PATH]
npx hardhat test
npx hardhat node