You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this repository while reading the Chainlink documentation about how to set it up with Hardhat. I gotta say you guys did an amazing job setting this up.
I see some bits of it could be extracted in separate npm packages, which could be used in existing set-ups (when someone doesn't start from this project):
Network configs and auto-funding logic: could be probably even shared with the truffle set-up
Tasks into a hardhat plugin
A new task to generate mock contracts and basic deployment scripts (I believe you can't have contracts and deployments as a plugin), somewhat in Golang generator fashion.
If you guys think it might be a good idea, let me know. I am more than happy to help with this.
The repository could still be used as reference of the final implementation though.
The text was updated successfully, but these errors were encountered:
hi @brunoluiz thanks for raising this. I think it's a fantastic idea. Turning some of these things into plugins is something we've had on the to-do list a while, and we'd love to get help from the community in helping to improve these kits
Could you guys create a mono repository (lerna perhaps) in this GH account (@smartcontractkit), so people could open PRs on top of that repository? This way you guys will always be able to audit what is being pushed, so no sketchy package is used by developers later on.
I came across this repository while reading the Chainlink documentation about how to set it up with Hardhat. I gotta say you guys did an amazing job setting this up.
I see some bits of it could be extracted in separate npm packages, which could be used in existing set-ups (when someone doesn't start from this project):
If you guys think it might be a good idea, let me know. I am more than happy to help with this.
The repository could still be used as reference of the final implementation though.
The text was updated successfully, but these errors were encountered: