/solana-login

Sample application that shows how to authenticate users with a Solana wallet

Primary LanguageJavaScriptMIT LicenseMIT

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