Check Out Code and Build it

March 17, 2021 ยท View on GitHub

Pre-requisites

libsodium

Check Out Source Code

git clone git@github.com:ConsenSys/orion.git

Build From Source

Build the distribution binaries:

cd orion
./gradlew build  

Run Tests

These tasks are run as part of the default Gradle build but to run them separately:

./gradlew test
./gradlew acceptanceTest

Contents

  1. 1Pre-requisites
  2. 2Check Out Source Code
  3. 3Build From Source
  4. 4Run Tests