Add gift executable

This commit is contained in:
nolash
2020-12-07 11:41:06 +01:00
parent 84852e1a03
commit 3b0f1e4500
4 changed files with 71 additions and 1 deletions

8
solidity/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all:
solc --bin GiftableToken.sol | awk 'NR>3' > GiftableToken.bin
truncate -s -1 GiftableToken.bin
solc --abi GiftableToken.sol | awk 'NR>3' > GiftableToken.abi.json
#install: all
# cp -v *{json,bin} ../python/giftable_erc20_token/data/