quorum/BUILDING.md

19 lines
232 B
Markdown
Raw Normal View History

# 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
```