quorum/BUILDING.md

232 B

Building Quorum

Clone the repository and build the source:

git clone https://github.com/jpmorganchase/quorum.git
cd quorum
make all

Binaries are placed within $REPO_ROOT/build/bin.

Run the tests:

make test