From 5d5494d7b0754a7d30bc84341f693a8df22aed55 Mon Sep 17 00:00:00 2001 From: Robin Bryce Date: Tue, 12 Nov 2024 11:28:31 +0000 Subject: [PATCH] doc: add receipt command to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1b398d..8c9a349 100644 --- a/README.md +++ b/README.md @@ -198,5 +198,6 @@ Additional Commands include: * `watch` - discover recently active logs * `replicate-logs` - create or update a local trusted replica of one more more tenants logs, accepts the output of `watch` as input. +* `receipt` - Generate a [COSE Receipt](https://www.ietf.org/archive/id/draft-ietf-cose-merkle-tree-proofs-07.html) of inclusion using the [MMRIVER profile](https://www.ietf.org/archive/id/draft-bryce-cose-merkle-mountain-range-proofs-00.html) for an entry. For more information, please visit the [DataTrails documentation](https://docs.datatrails.ai/)