A decentralized riddle game built on ZkSync Era.
apps/dapp
: Next.js application for the DApp.packages/hooks
: A package for Riddle hooks.packages/ui
: A package for Riddle UI components.packages/config
: A package for configuration.packages/contracts
: A package for the contracts.packages/eslint-config
: A package for the ESLint config.packages/typescript-config
: A package for the TypeScript config.
npm run compile
# Run the DApp
npm run dev
TBD
npm run test