https://github.com/zksecurity/stark-book
STARK book
https://github.com/zksecurity/stark-book
cairo deep ethstark fri stark zkvm
Last synced: 8 months ago
JSON representation
STARK book
- Host: GitHub
- URL: https://github.com/zksecurity/stark-book
- Owner: zksecurity
- Created: 2023-11-21T00:58:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T11:37:08.000Z (over 1 year ago)
- Last Synced: 2024-09-16T13:14:02.366Z (over 1 year ago)
- Topics: cairo, deep, ethstark, fri, stark, zkvm
- Language: CSS
- Homepage: https://zksecurity.github.io/stark-book/
- Size: 3.22 MB
- Stars: 21
- Watchers: 8
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STARK book
## What is this?
TKTK
## Contribute
It is built with [mdbook](https://rust-lang.github.io/mdBook/), which you can use to serve the page via the following command:
```console
$ # install dependencies
$ make deps
$ # serve the page locally
$ make
```
The specifications in the book are dynamically generated. Refer to the [specifications/](specifications/) directory.