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
If this is out of scope of this plugin, let me know.
It would be pretty useful if we could automatically get deployed hardhat contracts initialized in the console/API. I'm currently trying to work the Ape console into my workflow with a hardhat project. I'm currently creating web3.py contracts so I can interact with them but it's manual, doesn't keep up on ABI and address changes, and doesn't integrate well with the rest of the Ape API (e.g. accounts).
Would love to just be able to overlay Ape on top of hardhat and act-as-if it were just an Ape project. I'd be willing to put some work into this one, with some direction on where to start.
Specification
I'm not clear on what the scope would be so I'm probably missing some things here:
Read files from deployments/[network_name]/[contract_name].json for deployment ABI and addresses
Have Ape contract instances created and available on project.[contract_name]
Dependencies
Maybe #63 is a prereq or even this issue may be a duplicate of it.
The text was updated successfully, but these errors were encountered:
Overview
If this is out of scope of this plugin, let me know.
It would be pretty useful if we could automatically get deployed hardhat contracts initialized in the console/API. I'm currently trying to work the Ape console into my workflow with a hardhat project. I'm currently creating web3.py contracts so I can interact with them but it's manual, doesn't keep up on ABI and address changes, and doesn't integrate well with the rest of the Ape API (e.g. accounts).
Would love to just be able to overlay Ape on top of hardhat and act-as-if it were just an Ape project. I'd be willing to put some work into this one, with some direction on where to start.
Specification
I'm not clear on what the scope would be so I'm probably missing some things here:
deployments/[network_name]/[contract_name].json
for deployment ABI and addressesproject.[contract_name]
Dependencies
Maybe #63 is a prereq or even this issue may be a duplicate of it.
The text was updated successfully, but these errors were encountered: