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

https://github.com/zksecurity/rfcs

Cryptography RFCs related to Zero-Knowledge Proofs
https://github.com/zksecurity/rfcs

rfcs zero-knowledge

Last synced: 4 months ago
JSON representation

Cryptography RFCs related to Zero-Knowledge Proofs

Awesome Lists containing this project

README

          

# zkSecurity | RFCs

A repository for RFCs related to advanced cryptography.

You can browse the RFCs in the [RFCs](rfcs) directory.

## Setup & Build

setup and build with [just](https://github.com/casey/just):

```shell
just setup
just build
just serve # this will serve on localhost:8000/rfcs/starknet/fri.html
```

watch for any changes with [watchexec](https://github.com/watchexec/watchexec):

```shell
just watch # this will also serve on localhost:8000/rfcs/starknet/fri.html
```