https://github.com/cr2007/solana-message-sign
https://github.com/cr2007/solana-message-sign
sign-message solana solana-keypair
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cr2007/solana-message-sign
- Owner: cr2007
- Created: 2025-01-29T06:16:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T07:33:40.000Z (over 1 year ago)
- Last Synced: 2025-03-25T05:35:55.844Z (about 1 year ago)
- Topics: sign-message, solana, solana-keypair
- Language: TypeScript
- Homepage: https://cr2007.github.io/Solana-Message-Sign/
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Message Signing
[](https://codespaces.new/cr2007/Solana-Message-Sign)
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](https://rugcheck.xyz/) for authentication their [API](https://api.rugcheck.xyz/swagger/index.html#/Auth).
## Installation
`bun i`
## Getting Started
First, run the development server:
```bash
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.