mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2026-05-19 05:25:21 +02:00
Add gift executable
This commit is contained in:
8
solidity/Makefile
Normal file
8
solidity/Makefile
Normal 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/
|
||||
|
||||
Reference in New Issue
Block a user