Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions integrating/signing-a-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down