Hello, dear author:
I had this problem:
$ solc --bin test1.sol | tail -n1 > test1.code
ERROR: Unknown option --bin
I think my Solc is installed correctly
When I enter this command $ solc -help
Ubuntu will be displayed
Usage:
solc [OPTIONS] [ARGS]
Options:
--out-dir [PATH] Output directory for the compiled contracts (Default is ./contracts)
--optimise If present activate the solc optimiser
-k, --no-color Omit color from output
--debug Show debug information
-h, --help Display help and usage details
Hello, dear author:
I had this problem:
$ solc --bin test1.sol | tail -n1 > test1.code
ERROR: Unknown option --bin
I think my Solc is installed correctly
When I enter this command $ solc -help
Ubuntu will be displayed
Usage:
solc [OPTIONS] [ARGS]
Options:
--out-dir [PATH] Output directory for the compiled contracts (Default is ./contracts)
--optimise If present activate the solc optimiser
-k, --no-color Omit color from output
--debug Show debug information
-h, --help Display help and usage details