Skip to content

Files

Latest commit

b5c4ff2 · Mar 17, 2021

History

History
25 lines (19 loc) · 442 Bytes

building.md

File metadata and controls

25 lines (19 loc) · 442 Bytes

Check Out Code and Build it

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