A community forum application built with Next.js, integrating the Quanta Wallet and Quanta SDK for Web3 authentication and features.
- Clone the repository
- Install dependencies:
npm install
- Set up environment variables (create a
.env.localfile with yourMONGODB_URI) - Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Quanta Forum utilizes the Quanta SDK to connect with the Quanta Wallet browser extension, enabling users to log in securely using their Quanta Protocol identity.