Save ABI and compiled contract
System-Glitch opened this issue · 0 comments
System-Glitch commented
Description
ABI and compiled contracts should be saved to the file system, ideally in a build
folder.
Benefits
Deploying the contract in production or on a testnet would be easier and wouldn't require the use of another tool.
Possible drawbacks
Potential conflict with user-created build
directory. This directory should be ignored in the compilation process.
Additional information
node_modules
folder should be ignored too.