An open API service indexing awesome lists of open source software.

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

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.