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

Generate artifacts from subdirectories #27

Open
jodator opened this issue Feb 26, 2021 · 2 comments
Open

Generate artifacts from subdirectories #27

jodator opened this issue Feb 26, 2021 · 2 comments
Labels

Comments

@jodator
Copy link
Contributor

jodator commented Feb 26, 2021

While #15 I've stumbled upon a problem with hardhat generated *.json files stored in nested directories.

@jodator
Copy link
Contributor Author

jodator commented Feb 26, 2021

I see two options here:

  1. Scan directory provided with --input option recursively.
  2. Support glob patterns in --inptu.

@wachulski wachulski added the idea label Oct 25, 2021
@nezouse
Copy link
Member

nezouse commented Feb 21, 2022

Any update on that? Docs just redirect to hardhat website:

Before all, you need to compile contracts (here’s how it’s done with Waffle, Truffle, Hardhat) This will generate JSON files with contract ABIs. Usually they can be found under ./build directory.

But it's not working with default hardhat config which can be really troublesome for new users.

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

No branches or pull requests

3 participants