ZkNoid is a ZK gaming platform on Mina protocol. It was created on EthGlobal Istnabul by @asimaranov and @aii23 and won Mina 2nd place.
Learn more about ZkNoid on zknoid.io
Repository contains ZkNoid game platform monorepo. It implements contracts and UI for games such as Arkanoid and Randzu and games store.
- Develop branch in deployed to https://dev.zknoid.io/
- Main branch in deployed to https://app.zknoid.io/
Project can be used localy. Here are the commands for set-up
git clone https://github.com/ZkNoid/zknoid
cd zknoid
# ensures you have the right node js version
# !important! Without this step the app may not work!
# If nvm is not installed please install it.
# `nvm install` may be needed to install correct node version
nvm use
pnpm install
npm run dev
ZkNoid is a modular platform that makes it easy to implement you own game using platform infrastructure. To build a game you need to create a game folder inside apps/web/games. Define game config and implement front-end and contracts part in packages/chain/src/
- Arkanoid game verification – arkanoid/GameContexts.ts
- Competitions and leaderboard system engine/GameHub.ts
- Matchmaking system – engine/MatchMaker.ts
- Randzu logic implementation – randzu/RandzuLogic.ts
- Games frontend implementation apps/web/games
- Games contracts implementation packages/chain/src/
zknoid_gameplay.webm
Check out zknoid.io for more info