Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scrypt-inc/mina-wordle

Zero-knowledge Wordle powered by snarkyjs from Mina
https://github.com/scrypt-inc/mina-wordle

Last synced: about 1 month ago
JSON representation

Zero-knowledge Wordle powered by snarkyjs from Mina

Awesome Lists containing this project

README

        

# Mina zkApp: Wordle

Zero-knowledge Wordle powered by snarkyjs from Mina.
Includes both non-recursive and recursive implementation.

>⚠️ This currently depends on a local version of snarkyjs / `main` branch: https://github.com/o1-labs/snarkyjs

## 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)