Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Nexus zkVM #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

*Useful components for building blockchains in Rust. include: cryptography, distributed, p2p, consensus, etc*

- [Blockchains](#blockchains)
- [Blockchain Frameworks](#blockchain-frameworks)
- [Cross-Chain](#cross-chain)
- [Virtual Machines](#virtual-machines)
- [General-Purpose Consensus](#general-purpose-consensus)
- [P2P Network Libraries](#p2p-network-libraries)
- [Cryptography](#cryptography)
- [Layer2](#layer2)
- [Dapps](#dapps)
- [Other](#other)
- [Contribute](#contribute)
- [License](#license)
- [Awesome Blockchain Rust](#awesome-blockchain-rust)
- [Blockchains](#blockchains)
- [Blockchain Frameworks](#blockchain-frameworks)
- [Cross-Chain](#cross-chain)
- [Virtual Machines](#virtual-machines)
- [General-Purpose Consensus](#general-purpose-consensus)
- [P2P Network Libraries](#p2p-network-libraries)
- [Cryptography](#cryptography)
- [Layer2](#layer2)
- [Dapps](#dapps)
- [Other](#other)
- [Contribute](#contribute)
- [License](#license)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not do this list reformatting in this patch - I prefer the existing single-level list that doesn't link back to the highest-level section title. Can you remove this change from the patch?


## Blockchains
- [Aleo](https://github.com/AleoHQ).
Expand Down Expand Up @@ -182,6 +183,7 @@
The Filecoin Virtual Machine is a hypervisor-inspired Wasm execution environment that supports multiple runtimes, including the EVM.
- [Lunatic](https://github.com/lunatic-solutions/lunatic).
Erlang-inspired runtime for WebAssembly.
- [Nexus](https://github.com/nexus-xyz/nexus-zkvm). The Nexus zkVM: a modular, extensible, open-source, recursive zkVM, focused on security and performance.
- [Polygon Miden](https://github.com/maticnetwork/miden).
SNARK based VM.
- [SVM](https://github.com/spacemeshos/svm)
Expand Down