Skip to content

Install Solidity compiler

Ruben Altman edited this page Nov 13, 2017 · 4 revisions

We will need to compile our contracts, this task is done by using the Solidity compiler. Download the corresponding version of Solc from the download page and remember the location, we'll need to configure this value in our node later.

Windows: Check for JAVA_HOME environment variable to be set, JDK minimum required version is 8.

Clone this wiki locally