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

allow to disable Node and Solidity compiler #74

Open
jpnovais opened this issue Jun 19, 2024 · 1 comment
Open

allow to disable Node and Solidity compiler #74

jpnovais opened this issue Jun 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jpnovais
Copy link

Feature description

When applying the plug it automatically adds some tasks and runs npmInstall automatically. It would be good to allow to just generate the contract wrappers based on .abi files. This does not need NodeJS neither Solidity compiler.

@jpnovais jpnovais added the enhancement New feature or request label Jun 19, 2024
@NickSneo NickSneo self-assigned this Oct 7, 2024
@ogtega
Copy link

ogtega commented Jan 13, 2025

Even with the npm install and solidity compile step, is there a way to generate wrappers with only ABI files?

I tried following the source code to see where the plugin's outputs would go and just manually place my ABI files where they're expected, but I didn't have any luck.

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

No branches or pull requests

3 participants