Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dysbulic/moonmath-manual-exercises
Selected exercises from The MoonMath Manual To ZK-SNARKS: https://drive.google.com/file/d/1SVCqovOInirfUB2fauz_sBAx1VgxAapF
https://github.com/dysbulic/moonmath-manual-exercises
latex markdown math zero-knowledge
Last synced: 21 days ago
JSON representation
Selected exercises from The MoonMath Manual To ZK-SNARKS: https://drive.google.com/file/d/1SVCqovOInirfUB2fauz_sBAx1VgxAapF
- Host: GitHub
- URL: https://github.com/dysbulic/moonmath-manual-exercises
- Owner: dysbulic
- License: cc0-1.0
- Created: 2023-07-05T08:00:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-11T16:19:21.000Z (over 1 year ago)
- Last Synced: 2024-12-02T19:54:56.341Z (about 1 month ago)
- Topics: latex, markdown, math, zero-knowledge
- Language: TypeScript
- Homepage: https://dysbulic.github.io/moonmath-manual-exercises/
- Size: 792 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoonMath Manual Solutions
Simple interface for LaTeX *(MathJAX)* formatting math in Markdown for use in answering exercises from [The MoonMath Manual To ZK-SNARKS](https://drive.google.com/file/d/1SVCqovOInirfUB2fauz_sBAx1VgxAapF).
## Running
* `npm install`
* `npm run dev`
* Edit the Markdown files in `/answers/`.
* `npm run deploy` to publish to GitHub Pages.