mirror of
git://holbrook.no/eth-contract-registry
synced 2026-05-28 05:57:57 +02:00
Initial commit, ported from cic-registry
This commit is contained in:
10
solidity/Makefile
Normal file
10
solidity/Makefile
Normal 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/
|
||||
|
||||
Reference in New Issue
Block a user