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

Readme should default to the HRE #23

Closed PatrickAlphaC closed 2 years ago

PatrickAlphaC commented 3 years ago

the hardhat runtime environment is perfect for testing and doing everything we need to do.

plinki commented 2 years ago

just to clarify, this means adjusting instructions from kovan to the local hardhat network?

pappas999 commented 2 years ago

Hi @plinki , yes the README should prioritize the instructions/notes for the local hardhat network (after all, the default network is set to hardhat). However it should still contain notes and instructions for other networks as it does now, but maybe just ensure the local environment ones are first. Hope this helps

PatrickAlphaC commented 2 years ago

Closing, I think this has been addressed