Currently to write abi info you must do truffle deploy which is unnecessary for some applications
Hey,
Got to this issue after googling truffle export abi, is there a command to get the contracts ABIs?
I just deployed with truffle migrate --network rinkeby, but don't find the contract ABIs
I was looking for this, but I didn't find it, so I wrote a simple tool that looks for "abi": ... in the build files and merge all of them to a single array:
Most helpful comment
Hey,
Got to this issue after googling
truffle export abi, is there a command to get the contracts ABIs?I just deployed with
truffle migrate --network rinkeby, but don't find the contract ABIs