https://github.com/zemse/zk-collector
zkvm based game written in o1js
https://github.com/zemse/zk-collector
Last synced: 12 months ago
JSON representation
zkvm based game written in o1js
- Host: GitHub
- URL: https://github.com/zemse/zk-collector
- Owner: zemse
- License: apache-2.0
- Created: 2023-11-18T08:22:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T08:27:30.000Z (over 2 years ago)
- Last Synced: 2025-02-09T02:29:28.625Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://ethglobal.com/showcase/zkcollector-dzv9m
- Size: 2.89 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
npm run build
```
## How to run tests
```sh
npm run test
npm run testw # watch mode
```
## How to run coverage
```sh
npm run coverage
```
## License
[Apache-2.0](LICENSE)