/nextjs_solana_auth_api

This is a simple NextJs App that lets you use [Moralis](https://moralis.io/) Auth API to create web3 user session with the Solana web3 wallets.

Primary LanguageJavaScript

Info

This is a simple NextJs App that lets you use Moralis Auth API to create web3 user session with the Solana web3 wallets.

Getting Started

Setup .env.local

Get the Solana API key from Moralis admin page

Rename the .env.local.example to .env.local and add the required API and NFT secrets.

Install Packages

Run yarn install to install the packages

yarn
or
yarn install

Start local server

Run the development server

yarn run dev

Open http://localhost:3000 with your browser to see the and

Learn More

To learn more about Morlais API, take a look at Moralis Docs.

To get you questions answered reach out to Moralis forum or discord

To learn more about Next.js, take a look at the following resources: