From 30ef12d0bb2a75265b838aff75d55804cf521d85 Mon Sep 17 00:00:00 2001 From: Alexander Simmerl Date: Mon, 15 Jun 2020 10:42:48 +0200 Subject: [PATCH] spec: link to abci server implementations (#100) --- spec/abci/client-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/abci/client-server.md b/spec/abci/client-server.md index 95b9238b5..39dcc658a 100644 --- a/spec/abci/client-server.md +++ b/spec/abci/client-server.md @@ -25,7 +25,7 @@ responses. To use ABCI in your programming language of choice, there must be a ABCI server in that language. Tendermint supports three implementations of the ABCI, written in Go: -- In-process (Golang only) +- In-process ([Golang](https://github.com/tendermint/tendermint/tree/master/abci), [Rust](https://github.com/tendermint/rust-abci)) - ABCI-socket - GRPC