An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Solana Message Signing

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](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.