-
In the package.json file there is no script defined for it. I used npx ts-node ./tasks/accounts.ts |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 $ 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. |
Beta Was this translation helpful? Give feedback.
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:But that is just an example. Refer to the official documentation on how to create tasks and how to write scripts with Hardhat.