From 8b4b27bdb95ed899a055a9c0ebd8f10e7ca4b5e6 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 2 Aug 2022 11:53:23 -0400 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c8d709d..4bff692 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,13 @@ # LBRY Herald -A herald server provides back-end services to LBRY clients. Services include +herald.go is a not yet feature complete go rewrite of the [existing implementation in python](https://github.com/lbryio/hub/tree/master/hub/herald). A herald server provides back-end services to LBRY clients. Services include - URL resolution - search - hub federation and discovery This project will eventually subsume and replace the -[wallet server](https://github.com/lbryio/lbry-sdk/blob/v0.92.0/docker/Dockerfile.wallet_server) +[herald](https://github.com/lbryio/hub/blob/master/docs/docker_examples/hub-compose.yml#L38) and the [lighthouse](https://github.com/lbryio/lighthouse) search provider. ![](./diagram.png)