hardhat-interface-generator
hardhat-interface-generator copied to clipboard
Get it working again with minor fixes and dependencies update
This has been really to for me. I'm working on a chaining pattern for handling huge contracts that don't fit into the 24kb size requirement. But the challenge I have...
great plugin, thanks! there are some issues though: - missing pragma - missing licence - missing memory around the strings
The generated Solidity interface code is saved as a Solidity **file source** while it's only Solidity **code**, to be a compilable file it requires at least the `pragma solidity XXX;`...