diff --git a/terminus-app/getAbis.sh b/terminus-app/getAbis.sh new file mode 100755 index 0000000..8b42d6e --- /dev/null +++ b/terminus-app/getAbis.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +for f in ../build/contracts/*.json ; +do +cat $f | jq -j ".abi" > abi/$(basename ${f}) +done \ No newline at end of file