enzymefinance / oyente

An Analysis Tool for Smart Contracts
GNU General Public License v3.0
1.32k stars 309 forks source link

Having trouble with newest verions solc:0.8.0 as `solc` is now `solcjs` #414

Open anupam-io opened 3 years ago

anupam-io commented 3 years ago

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?