truffle compile should write abi and binary info

Created on 24 Jul 2015  路  2Comments  路  Source: trufflesuite/truffle

Currently to write abi info you must do truffle deploy which is unnecessary for some applications

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

All 2 comments

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:

https://github.com/maxme/truffle-export-abi

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mezrin picture mezrin  路  3Comments

hefgi picture hefgi  路  3Comments

timothywangdev picture timothywangdev  路  3Comments

abcoathup picture abcoathup  路  3Comments

ysfAskri picture ysfAskri  路  4Comments