oyente
oyente copied to clipboard
Having trouble with newest verions solc:0.8.0 as `solc` is now `solcjs`
I installed the docker container and build it.
I transferred my Contract.sol
file into the directory.
But the docker
container is configured with an older version with the command solc
.
In the latest revisions, solc
is now solcjs
in the terminal.
How to resolve this?