A survey of zero-knowledge proof implementations for tic-tac-toe games.
| Implementation | Framework | Year | Language | Live Demo |
|---|---|---|---|---|
| andreysobol/tic-tac-toe-snark | ZoKrates | 2019 | JavaScript/Java | No |
| Aleo Leo Examples | Leo/Aleo | 2022+ | Leo | Playground |
Petri-pilot generates Go code that leverages generics from go-pflow for type-safe event sourcing.
Every generated aggregate uses eventsource.StateMachine[State] for compile-time type safety:
// generated/erc20token/aggregate.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Petri Net Lemmas | |
| Formal properties of arcnet's Petri net object model. | |
| ## Definitions | |
| **Model** = (P, T, A) where: | |
| - P = set of places | |
| - T = set of transitions | |
| - A = set of arcs ⊆ (P × T) ∪ (T × P) |
NewerOlder