Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scrypt-inc/mina-wordle
- Owner: sCrypt-Inc
- License: apache-2.0
- Created: 2022-09-30T09:45:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T12:06:12.000Z (about 2 years ago)
- Last Synced: 2024-11-05T09:37:42.546Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)