Skip to content

Commit

Permalink
Adding Cairo VMs, Operating systems and Node implementations / Madara…
Browse files Browse the repository at this point in the history
… link updated

FIxes keep-starknet-strange#124

Changes made:

Added:

Sequencers -> StarkWare Sequencer
Cairo VMs ->  cairo-vm-ts and cairo-vm-gs 
Operating systems ->  SNOS 
Node implementations -> Cairo Hints 

Updated links: 
Madara llink (new one: https://github.com/madara-alliance/madara)
  • Loading branch information
sandragcarrillo authored Sep 24, 2024
1 parent cae6462 commit da6133b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,22 @@
- [cairo-vm](https://github.com/lambdaclass/cairo-vm) - Rust implementation of the Cairo VM.
- [cairo-vm-go](https://github.com/NethermindEth/cairo-vm-go) - Golang implementation of the Cairo VM.
- [cairo-vm_in_go](https://github.com/lambdaclass/cairo-vm_in_go) - Another Golang implementation.
- [cairo-vm-ts](https://github.com/kkrt-labs/cairo-vm-ts) - Typescript implementation of the Cairo VM.
- [cairo-vm-gs](https://github.com/ClementWalter/cairo-vm-gs) - Google app script implementation of the Cairo VM.
- [cairo-zig](https://github.com/keep-starknet-strange/cairo-zig) - Zig implementation of the Cairo VM.

#### Operating systems

- [SNOS](https://github.com/keep-starknet-strange/snos/) - Rust Library for running the Starknet OS via the Cairo VM

#### Node implementations

- [Juno](https://github.com/NethermindEth/juno) - Golang full-node implementation.
- [Papyrus](https://github.com/starkware-libs/papyrus) - Rust full-node implementation.
- [Pathfinder](https://github.com/eqlabs/pathfinder) - Rust full-node implementation.
- [Deoxys](https://github.com/KasarLabs/deoxys) - Substrate full-node implementation.
- [Beerus](https://github.com/keep-starknet-strange/beerus) - Rust light-client implementation.
- [Cairo Hints](https://github.com/reilabs/cairo-hints) - Extension to Cairo language, it allows supplementing programs with data that is difficult to obtain in ZK circuits.

#### Provers

Expand Down Expand Up @@ -285,7 +292,8 @@

#### Sequencers

- [Madara](https://github.com/keep-starknet-strange/madara) - Sequencer based on substrate.
- [Madara](https://github.com/madara-alliance/madara) - Sequencer based on substrate.
- [StarkWare Sequencer](https://github.com/starkware-libs/sequencer)
- [Kraken](https://github.com/lambdaclass/starknet_stack/tree/main/sequencer) - Sequencer by LambdaClass.
- [Gomu Gomu no Gatling](https://github.com/keep-starknet-strange/gomu-gomu-no-gatling) - Benchmark tools for sequencers.

Expand Down

0 comments on commit da6133b

Please sign in to comment.