From 8fa3e924c2ab4ae68c029c53e93da204b35de3e9 Mon Sep 17 00:00:00 2001 From: Arnav <105158586+arnavbee@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:23:12 +0530 Subject: [PATCH] fixed the proofs section visibility --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb00abb..9d27bda 100644 --- a/README.md +++ b/README.md @@ -133,13 +133,18 @@ function App() { )} {proofs.length > 0 && (
- {JSON.stringify(proof.extractedParameterValues)} +
+ Identifier: {JSON.stringify(proof.identifier)}
++ Signature: {JSON.stringify(proof.signatures)} +
+