Adding quick start

This commit is contained in:
fixanoid 2018-11-29 16:47:54 -05:00 committed by GitHub
parent 10f7056e6c
commit 616f857538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@
`istanbul-tools` contains tools for configuring Istanbul BFT (IBFT) network, integration tests for both IBFT Geth and Quorum, and load testing utilities for IBFT Geth.
## Quick start
```
$ go get -u github.com/jpmorganchase/istanbul-tools/cmd/istanbul
```
Note: ensure that your go lang bin's are in the path
## Build istanbul command line interface
```