Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support calling JS tasks for deeper access to Hardhat internal #103

Open
antazoey opened this issue Sep 28, 2022 · 0 comments
Open

Support calling JS tasks for deeper access to Hardhat internal #103

antazoey opened this issue Sep 28, 2022 · 0 comments

Comments

@antazoey
Copy link
Member

Overview

Use this PR as reference point: #6
The idea to be able to call Hardhat Tasks via Ape somehow, perhaps through an Ape script:

from ape_hardhat import run_hh_task

def main():
    run_hh_task("MyScript.js")

Specification

Describe the syntax and semantics of how you would like to see this feature implemented. The more detailed the better!

Remember, your feature is much more likely to be included if it does not involve any breaking changes.

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant