zemse / zk-collector

zkvm based game written in o1js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zk collector

This is a very simple zkVM that just implements 4 opcodes: UP, DOWN, LEFT, RIGHT. It is used for proving the score without revealing collector gameplay.

Eth global submission link: https://ethglobal.com/showcase/zkcollector-dzv9m

Alt text

How to build

npm run build

How to run tests

npm run test
npm run testw # watch mode

How to run coverage

npm run coverage

License

Apache-2.0

About

zkvm based game written in o1js

License:Apache License 2.0


Languages

Language:TypeScript 92.3%Language:JavaScript 7.7%