From 3d504737e407709aaee7a49659f2eed89312d84e Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Tue, 2 May 2017 11:23:25 -0700 Subject: [PATCH] add chain core to raft users list --- raft/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/raft/README.md b/raft/README.md index 45c48ae66..f485b8397 100644 --- a/raft/README.md +++ b/raft/README.md @@ -49,6 +49,7 @@ This raft implementation also includes a few optional enhancements: - [etcd](https://github.com/coreos/etcd) A distributed reliable key-value store - [tikv](https://github.com/pingcap/tikv) A Distributed transactional key value database powered by Rust and Raft - [swarmkit](https://github.com/docker/swarmkit) A toolkit for orchestrating distributed systems at any scale. +- [chain core](https://github.com/chain/chain) Software for operating permissioned, multi-asset blockchain networks ## Usage