smartcontractkit / hardhat-starter-kit

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

added tasks back in to starter kit #36

Closed pappas999 closed 2 years ago

pappas999 commented 3 years ago

Addresses https://github.com/smartcontractkit/hardhat-starter-kit/issues/35

the Fund link (and maybe read price feed) task can then be turned into a plugin separately

pappas999 commented 2 years ago

Well now that we changed the default to the private key, we should update the readme.

I agree though, I think the private key is better than the whole mnemonic.

good catch, updated README pushed