An educational app that rewards its learners with certificates in the form of nfts from assignments and tests on the Solana blockchain. The certificates are unique and prove a learners qualification in a particular subject. The app would avail disciplines that have been so far ignored in our current educational system e.g ethics, philosophy, anthropology, computer science . It would also present current disciplines in an easy to understand manner using quizzes.
- Next.js
- Solana CLI
- Metaplex Sugar CLI
- OpenAI API (REST endpoint)
- API Routes (Edge runtime)
- Fork the repo
- Clone the repo on local machine
Rename .env.example
to .env.local
:
cp .env.example .env.local
then, update OPENAI_API_KEY
with your OpenAI secret key.
Next, run Next.js in development mode:
npm install
npm run dev
# or
yarn
yarn dev
The app should be up and running at http://localhost:3000.
Deploy it to the cloud with Vercel (Documentation).