Skip to content

Install Solidity compiler

Martin Medina edited this page May 19, 2017 · 4 revisions

We will need to compile our contracts, this task is done by using the Solidity compiler, so first download the corresponding version of Solc from the download page. Download the compiler and remember the location, we 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