hardhat-interface-generator icon indicating copy to clipboard operation
hardhat-interface-generator copied to clipboard

Results 4 hardhat-interface-generator issues
Sort by recently updated
recently updated
newest added

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;`...