OpenST / openst-contracts

OpenST is a framework for building token economies on Ethereum
Apache License 2.0
26 stars 19 forks source link

Generate contracts' ABIs for the specified release #195

Closed pgev closed 5 years ago

pgev commented 5 years ago

Write a shell script to generate contracts' ABI for the specified release and store in test/data/contract_abi.

./tools/generate_abi.sh <release-tag>
schemar commented 5 years ago

Why was this closed? 😕

schemar commented 5 years ago

@pgev

pgev commented 5 years ago

@schemar I've added a possible solution as a comment to this one: https://github.com/OpenST/openst-contracts/issues/194, as was not sure what is the best way to handle a multi steps ticket like this.