An archived concept prototype for learning through AI-generated questions and tracking progress in a Web3 interface.
Status: Archived in November 2023. The repository demonstrates the user experience and Scaffold-ETH integration; the promised reward system was not completed as production on-chain logic.
- A Next.js quiz-oriented landing experience.
- Wallet connection and local block explorer screens.
- A Scaffold-ETH Hardhat workspace for contract experiments.
- UI concepts for question rounds, progress, and points.
Requirements: Node.js 18 and Yarn 3.
corepack enable
yarn install
yarn chainIn separate terminals, run yarn deploy and yarn start.
| Path | Purpose |
|---|---|
packages/nextjs |
Quiz concept and wallet UI |
packages/hardhat |
Scaffold-ETH contract workspace |
See LICENCE. The Scaffold-ETH 2 base remains attributed to
BuidlGuidl under the MIT License.