From c6d6fca7f5a3cbb944ef3690bef26168f235f759 Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Wed, 24 Sep 2025 15:17:18 +0000 Subject: [PATCH] Updated docs Point to SumDB implementation in this repo instead of trillian-examples. --- vindex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vindex/README.md b/vindex/README.md index 7ba7695..0d7ce01 100644 --- a/vindex/README.md +++ b/vindex/README.md @@ -179,7 +179,7 @@ Values are an ordered list of indices. ## Status Known applications: - - there is a basic end-to-end application written that supports SumDB in [trillian-examples](https://github.com/google/trillian-examples/tree/master/experimental/vindex/cmd) + - [./cmd/sumdb/](./cmd/sumdb/) contains a binary that builds a verifiable index from the contents of the [Go SumDB](https://sum.golang.org/). - [./cmd/logandmap/](./cmd/logandmap/) contains a demo of running a [tlog-tiles][] log using [Tessera][], and keeping the contents of that log synced to a VIndex ## Milestones