How do I build from source?ΒΆ

When building from source we recommend the following setup: * Unix OS (ie OS X) * Docker - minimum supported version 18.03.0 * NPM - minimum supported version 5.6.0 * Oracle JDK 8 JVM - minimum supported version 8u131

For those wishing to build Cordite from source run ./build.sh. (NOTE: this script is not to designed to be run on Windows.) Cordite node is laid out in ./node and gradle builds in ./cordapps. To start node after the build run (cd node && start.sh).