keep wallet verification small
crypto2026-05-25
Server-side Solana signature checks do not need the full web3 stack. Decode the address to public-key bytes, encode the signed message, and verify the detached signature with a narrow ed25519 library.
see also: all learnings
← back