Skip to content

Commit

Permalink
chore: add telegram link to readme (#1246)
Browse files Browse the repository at this point in the history
* chore: add telegram link to readme

* Update README.md
  • Loading branch information
jonathanpwang authored Jan 21, 2025
1 parent 3a19b7a commit aba323d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# OpenVM

[![Telegram Chat][tg-badge]][tg-url]

[**Install**](https://book.openvm.dev/getting-started/install.html)
| [User Book](https://book.openvm.dev)
| [Contributor Docs](./docs)
| [Crate Docs](https://docs.openvm.dev/openvm)

[tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&url=https://tg.sumanjay.workers.dev/openvm

OpenVM is a performant and modular zkVM framework built for customization and extensibility.

## Key Features
Expand Down Expand Up @@ -45,3 +49,5 @@ OpenVM is a new zkVM design framework. In the process of building it, we studied
- [Valida](https://github.com/valida-xyz/valida): Many ideas around chips and chip interactions were pioneered by Valida and we were greatly inspired by their designs. Some parts of our ISA architecture also had inspirations from their ZK-specific ISA.
- [RISC Zero](https://github.com/risc0/risc0): We are extremely grateful to the RISC Zero team for merging their zkVM focused toolchain into [Rust upstream](https://doc.rust-lang.org/rustc/platform-support/riscv32im-risc0-zkvm-elf.html). Our Rust toolchain integration builds upon their work.
- [SP1](https://github.com/succinctlabs/sp1): We gained inspirations from various parts of SP1's design and interfaces. The native compiler and eDSL we use for the Native Field VM Extension originated from their recursion compiler.

[tg-url]: https://t.me/openvm

0 comments on commit aba323d

Please sign in to comment.