A basic client-based tool that allows you to sign any message with the Solana key-pairs.
Reference: https://solana.com/developers/cookbook/wallets/sign-message
Main reason for creating this was signing a message using a Solana Private Key for RugCheck.xyz for authentication their API.
bun i
First, run the development server:
bun devOpen http://localhost:3000 with your browser to see the result.