SamsShow / Hardhat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardhat_SimpleStorage

Simple Storage Contract Using HardHat framework

npm init

npm install --save-dev hardhat

npx hardhat init

npx hardhat compile

npx hardhat node - Hardhat Network

npx hardhat console --network localhost - Hardhat Console

npx hardhat tests - Run Tests

About


Languages

Language:JavaScript 83.2%Language:Solidity 16.8%