An open API service indexing awesome lists of open source software.

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

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)