You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
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
nakajo2011
pushed a commit
to nakajo2011/truffle
that referenced
this issue
Aug 7, 2018
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:
Currently to write abi info you must do
truffle deploy
which is unnecessary for some applicationsThe text was updated successfully, but these errors were encountered: