Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Latest commit

 

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