Closed evan-forbes closed 2 years ago
abigen
has the option to manually point to an abi, which is a good way to get around certain importing issues. Unfortunately, the abi that is generated by foundry has some slight incompatibilities in its format that is stopping abigen
from being able to unmarshal it
ideally we should be able to call
make gen
and the golang binding will be generated using go ethereuem'sabigen
tool. This is currently broken due to the makefile not having correct paths to the smart contracts, along withabigen
not being able to handle certain lib imports.