Skip to content

Uses of different folders in hardhat lesson-6 ? #122

Answered by PatrickAlphaC
Sairam002 asked this question in Q&A
Discussion options

You must be logged in to vote

We discuss all that here in the video

But basically:

  • scripts is for running scripts to interact with our smart contracts
  • tests for writing tests for our smart contracts
  • hardhat.config.js you can think of this as the entry point for all our scripts. Everything we do in hardhat will pass through this file, which has a number of parameters for working with our project. Like what chains to use, what editions of solidity, etc.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PatrickAlphaC
Comment options

Answer selected by PatrickAlphaC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants