Open
Description
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 thesrc
folder? This would avoid having to useaxios
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.