Skip to main content
Verify Ed25519 signatures to confirm that a message was signed by a specific Stellar address. Essential for authentication and ensuring data integrity.

Verify Signatures

Install tweetnacl for Ed25519 signature verification: npm install tweetnacl. The StrKey.decodeEd25519PublicKey method from @stellar/stellar-sdk extracts the raw 32-byte public key from a Stellar G-address.

Next Steps