Sign arbitrary bytes to prove ownership of a Stellar address without submitting a transaction. This is useful for authentication and off-chain verification.Documentation Index
Fetch the complete documentation index at: https://docs.getpara.com/llms.txt
Use this file to discover all available pages before exploring further.
Sign Bytes
Use theParaStellarSigner class API to sign arbitrary bytes directly:
Stellar does not have a standardized message signing format like EIP-191 on Ethereum. The
signBytes method signs raw bytes using Ed25519. Both parties must agree on how to encode and hash the message before signing.