Initial commit; receive all eth code from chainlib package
This commit is contained in:
5
tests/Makefile
Normal file
5
tests/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
SOLC = /usr/bin/solc
|
||||
|
||||
all:
|
||||
$(SOLC) --bin TestContract.sol --evm-version byzantium | awk 'NR>3' > TestContract.bin
|
||||
truncate -s -1 TestContract.bin
|
||||
Reference in New Issue
Block a user