Skip to content
/ store Public

The repository of the second version of ZkNoid store adopted for hackers

Notifications You must be signed in to change notification settings

ZkNoid/store

Repository files navigation

ZkNoid

ZkNoid store is a repository for the easiest way for building provable games on Mina protocol.

🚀 Founded on hackathon with the idea to provide infrastructure for #ZkDevs and unify the provable gaming ecosystem!

ZkNoid store is a home for provable games. Modular framework is provided for developers bringing all the infrastructure they need to easily deploy games on Mina Protocol. After Zk Proofs integration to the game process, game is listed on the store becoming a part of the project ecosystem

Learn more about ZkNoid on zknoid.io

Get started

If you want to create your own provable game, please check out the hacker's guide

Repository

Repository contains ZkNoid game platform turborepo. Monorepo

Setup

Project can be used localy. Here are the commands for set-up

git clone https://github.com/ZkNoid/store
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

pnpm env:inmemory dev

Running sequencer in docker

pnpm env:inmemory docker:up sequencer --build

Implementing your own game

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 packages/games. Define game config and implement front-end and contracts part in packages/chain/src/games

Interesting places

About

The repository of the second version of ZkNoid store adopted for hackers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages