Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 249 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 249 Bytes

solana-login

This sample application shows how to do authenticate users with Phantom, one of the Solana Wallets. It is implemented with Next.js and uses NextAuth.

You can run the sample by running the following commands,

  1. npm i
  2. npm run dev