Refactor interfaces

This commit is contained in:
nolash
2020-12-29 16:08:49 +01:00
parent 66e03ff0cc
commit 2b207135d7
6 changed files with 192 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
all:
solc TokenEndorser.sol --abi | awk 'NR>3' > TokenEndorser.json
solc TokenEndorser.sol --bin | awk 'NR>3' > TokenEndorser.bin
truncate -s -1 TokenEndorser.bin
solc AddressDeclarator.sol --abi | awk 'NR>3' > AddressDeclarator.json
solc AddressDeclarator.sol --bin | awk 'NR>3' > AddressDeclarator.bin
truncate -s -1 AddressDeclarator.bin
test: all
python test.py