This is a simple NextJs App that lets you use Moralis Auth API to create web3 user session with the Solana web3 wallets.
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.
Run yarn install to install the packages
yarn
or
yarn install
Run the development server
yarn run dev
Open http://localhost:3000 with your browser to see the and
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:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Learn NextAuth.js - open-source authentication solution for Next.js applications.