kopia lustrzana https://github.com/bugout-dev/moonworm
fix description
rodzic
b340c85bd5
commit
448e13144b
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
#shitty bash code that compiles smart contract with solc
|
#shitty script that compiles smart contract with solc
|
||||||
#and puts bytecode to ../bytecodes and abi to ../abis folder
|
#and puts bytecode to ../bytecodes and abi to ../abis folder
|
||||||
tempdir="$(mktemp -d)"
|
tempdir="$(mktemp -d)"
|
||||||
solc --abi --bin $1 -o "$tempdir"
|
solc --abi --bin $1 -o "$tempdir"
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue