Byont-Ventures / smart-contract-analysis-tools

0 stars 1 forks source link

[Ready] Build release version of solc #42

Closed enzoevers closed 1 year ago

enzoevers commented 1 year ago

The current dockerfile is in the process of building. When the build is finished, it will be determined if the correct solc version was built.

enzoevers commented 1 year ago

As can be seen. The correct version is installed now:

$ docker run --rm ghcr.io/byont-ventures/analysis-toolbox:latest bash -c "solc --version"
solc, the solidity compiler commandline interface
Version: 0.8.17+commit.8df45f5f.Linux.g++
jasperverbeet commented 1 year ago

Nice! I will try this out today