Skip to content

Files

Latest commit

bab4134 · Apr 11, 2022

History

History
This branch is 113 commits behind Web3-Study-with-Sigrid-Jin/SOPT-web3-study:main.

week1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help