https://github.com/claudioantonio/chess-dapp-verifier
Backend to verify a match result
https://github.com/claudioantonio/chess-dapp-verifier
blockchain cartesi chessjs dapp javascript rollups
Last synced: 2 months ago
JSON representation
Backend to verify a match result
- Host: GitHub
- URL: https://github.com/claudioantonio/chess-dapp-verifier
- Owner: claudioantonio
- Created: 2023-10-16T11:37:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T21:11:11.000Z (over 1 year ago)
- Last Synced: 2025-02-11T13:58:58.894Z (4 months ago)
- Topics: blockchain, cartesi, chessjs, dapp, javascript, rollups
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chess-dapp-verifier
Backend to verify a match result. It is part of a solution that experiments an approach to scale Cartesi DApps.## Short valid sequence of moves for testing
|Move| White | Black |
|----|---- |---- |
|1 | e4 | Nf6 |
|2 | e5 | Ne4 |
|3 | e6 | dxe6 |
|4 | Ke2 | Qd4 |
|5 | Ke1 | Qxf2# |