I have a bunch of questions around the migration process:
- Why the need for the
deployInfo.js script? Couldn't we have just copied the ABI files that truffle creates and use those?
- Why not use
truffle-contract package?
- Why put the ABI files into the
public folder rather than the src folder? This would avoid having to use axios to make multiple calls for the ABI files.
I mainly ask these questions because I'm interested to learn and potentially contribute to this project in the future. I have some ideas as to why the different decisions were made, but interested to hear what your actual reasons were.
I have a bunch of questions around the migration process:
deployInfo.jsscript? Couldn't we have just copied the ABI files that truffle creates and use those?truffle-contractpackage?publicfolder rather than thesrcfolder? This would avoid having to useaxiosto make multiple calls for the ABI files.I mainly ask these questions because I'm interested to learn and potentially contribute to this project in the future. I have some ideas as to why the different decisions were made, but interested to hear what your actual reasons were.