Initial commit; receive all eth code from chainlib package

This commit is contained in:
nolash
2021-06-28 07:48:36 +02:00
commit f8afc172c6
59 changed files with 4535 additions and 0 deletions

5
tests/Makefile Normal file
View 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