From 4c8bcb0c386516c26cdc37f928e37722fcc8b8da Mon Sep 17 00:00:00 2001 From: Jeff Qiu Date: Sat, 24 Jul 2021 14:53:54 +0200 Subject: [PATCH] Update signMessage documentation --- integrating/signing-a-message.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integrating/signing-a-message.md b/integrating/signing-a-message.md index f8a9d85..befe1cc 100644 --- a/integrating/signing-a-message.md +++ b/integrating/signing-a-message.md @@ -9,6 +9,8 @@ In order to send a message for the user to sign, the web application must: The developer sandbox provides an example of signing a message. +Refer to [tweetnacl-js](https://github.com/dchest/tweetnacl-js/blob/master/README.md#naclsigndetachedverifymessage-signature-publickey) for verifying the signature of a message. + {% page-ref page="../resources/sandbox.md" %} {% tabs %}