Skip to content

Example for verifying signed messages with solana, utilizing wallet adapter

Notifications You must be signed in to change notification settings

0xalby/solana-message-signing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solana Message Signing

Simple example of using the solana-wallet-adapter to sign a message, then verifying it on the server side.

  • Sign message on client
  • Send signature to express server
  • Verify signature
  • Send result to client

Setting up the server
cd server
npm install
npm run dev

Starting the client
cd client
npm install
npm start

About

Example for verifying signed messages with solana, utilizing wallet adapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published