Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 449 Bytes

Mina zkApp: Mastermind

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

How to build:

npm run build

Run the examples:

node build/run.js # Mastermind.ts, naive implementation
node build/run-advanced.js # Mastermind-advanced.ts, non-recursive but more complex version
node build/run-recursive.js # Mastermind-recursive.ts

License

Apache-2.0