smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.22k stars 492 forks source link

Add tasks back in #35

Closed PatrickAlphaC closed 3 years ago

PatrickAlphaC commented 3 years ago

npx hardhat request-random-number --contract shouldn't be a plug-in. It abstracts how this task is happening and isn't something a lot of projects are necessarily going to use. We want to show users how to make this task. Please add this task back in.

In fact, the majority of these shouldn't be abstracted out. The only tasks that should be tasks are reading price feeds and funding LINK .

pappas999 commented 3 years ago

Addressed in https://github.com/smartcontractkit/hardhat-starter-kit/pull/36

fabioDMFerreira commented 3 years ago

Fair point. I'll publish the plugin to fund LINK.

pappas999 commented 3 years ago

this has been merged, closing