SigSocket Client Demo

Status: Connected to SigSocket Server

Client Information

Public Key:

{{ public_key }}

This public key is used to identify this client to the SigSocket server.

{% if request %}

Pending Sign Request

Request ID: {{ request.id }}

Message to Sign:

{{ request.message }}
{% else %}

No Pending Requests

Waiting for a sign request from the SigSocket server...

{% endif %}