Initial commit, ported from cic-registry

This commit is contained in:
nolash
2021-03-16 13:53:22 +01:00
commit 15cd758fae
17 changed files with 424 additions and 0 deletions

10
solidity/Makefile Normal file
View File

@@ -0,0 +1,10 @@
SOLC = /usr/bin/solc
all:
$(SOLC) --bin Registry.sol --evm-version byzantium | awk 'NR>3' > Registry.bin
truncate -s -1 Registry.bin
$(SOLC) --abi Registry.sol --evm-version byzantium | awk 'NR>3' > Registry.json
install: all
cp -v *{json,bin} ../python/contract_registry/data/