Skip to content

Commit

Permalink
add to readme "starknet architecture review" (#669)
Browse files Browse the repository at this point in the history
additionally made Table of Contents non collapsable and made into a header.
  • Loading branch information
marco-paulucci authored Dec 28, 2022
1 parent 69e8666 commit 34e2a4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
![](./bonaparte.webp)


<details open>
<summary>Table of Contents</summary>
## Table of Contents
- [About](#about)
- [Getting Started](#getting-started)
Expand All @@ -26,8 +25,6 @@
- [Possible changes for the future](#possible-changes-for-the-future)
- [License](#license)

</details>


## About

Expand Down Expand Up @@ -161,6 +158,9 @@ This is a list of recommended books to learn how to implement a compiler or an i
* [Crafting interpreters - Robert Nystrom](https://craftinginterpreters.com)
* [Engineering a Compiler - Keith D. Cooper, Linda Torczon](https://www.goodreads.com/en/book/show/1997607.Engineering_a_Compiler)

### StarkNet
- [StarkNet's Architecture Review](https://david-barreto.com/starknets-architecture-review/)

### Computational Integrity and Zero Knowledge Proofs

#### Basics
Expand Down

0 comments on commit 34e2a4a

Please sign in to comment.