Skip to content

how to run deploy.ts and tasks files in the project. #185

Answered by PaulRBerg
shakeib98 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @shakeib98, thanks for using my template!

This repo is not meant to be a replacement for Hardhat - instead, it is an aggregator of various utilities that are known to be needed in most Solidity projects.

To run the accounts task, you can do:

$ yarn hardhat accounts

But that is just an example. Refer to the official documentation on how to create tasks and how to write scripts with Hardhat.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PaulRBerg
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
Converted from issue

This discussion was converted from issue #185 on January 01, 2024 07:30.