Signer Service

Signer service is used to verify specific events. By request the service produces the proof for events. Proof of the event is a signature created by the signer's address.

Under the hood, Signer could implement any protocol to sign messages.

To create an event signature Signer signs a specific eventHash.

After the signature was generated, it could be used on your smart contract to verify the event. After successful verification, you could trust this event and do your dApp logic.

See the Signer Interface page to get endpoint params to sign the event.

You could also interact with our public Signer.

Last updated