SigSocket Demo Application

Sign Message

Pending Signatures

{% if has_requests %}
{% for req in signature_requests %} {% endfor %}
ID Message Status Created Actions
{{ req.id | truncate(length=8) }} {{ req.message | truncate(length=20, end="...") }} {{ req.status }} {{ req.created_at }}
{% else %}

No pending signatures. Submit a request using the form on the left.

{% endif %}

This demo uses the SigSocket WebSocket-based signing service. Make sure a SigSocket client is connected with the matching public key.