From 836820735ccbb514d0ef145671257272dab08a6b Mon Sep 17 00:00:00 2001 From: "mark.lin" Date: Fri, 24 Nov 2017 19:37:14 +0800 Subject: [PATCH] README: add istanbul document --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92e89c689..e66ff7766 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Further documentation can be found in the [docs](docs/) folder and on the [wiki] * [Quorum](https://github.com/jpmorganchase/quorum): this repository * [Constellation](https://github.com/jpmorganchase/constellation): peer-to-peer encrypted message exchange for transaction privacy * [Raft Consensus Documentation](raft/doc.md) +* [Istanbul BFT Consensus Documentation](https://github.com/ethereum/EIPs/issues/650): [RPC API](https://github.com/getamis/go-ethereum/wiki/RPC-API) and [technical article](https://medium.com/getamis/istanbul-bft-ibft-c2758b7fe6ff) * [ZSL](https://github.com/jpmorganchase/quorum/wiki/ZSL) wiki page and [documentation](https://github.com/jpmorganchase/zsl-q/blob/master/README.md) * [quorum-examples](https://github.com/jpmorganchase/quorum-examples): example quorum clusters * [quorum-tools](https://github.com/jpmorganchase/quorum-tools): local cluster orchestration, and integration testing tool