Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microgift/solana-sign-message
Simple frontend for sign message with Solana wallet
https://github.com/microgift/solana-sign-message
message react sign solana wallet
Last synced: 16 days ago
JSON representation
Simple frontend for sign message with Solana wallet
- Host: GitHub
- URL: https://github.com/microgift/solana-sign-message
- Owner: microgift
- Created: 2023-09-07T06:36:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T18:01:11.000Z (over 1 year ago)
- Last Synced: 2025-01-03T01:37:19.020Z (22 days ago)
- Topics: message, react, sign, solana, wallet
- Language: TypeScript
- Homepage: https://solana-sign-message.onrender.com/
- Size: 267 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Frontend to Sign with Solana wallet
## Purpose
You need to sign some text messages in order to test solana backend.## Development
```bash
npm run dev
# or
yarn dev
```