Skip to content

zksecurity/RFCs

Repository files navigation

zkSecurity | RFCs

A repository for RFCs related to advanced cryptography.

You can browse the RFCs in the RFCs directory.

Setup & Build

setup and build with just:

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

Note

TODO: a Makefile that recursively build every RFC in the source/ directory

watch for any changes with watchexec:

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