Skip to content

Commit

Permalink
feat: more final touches (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: John Guibas <[email protected]>
  • Loading branch information
jtguibas and John Guibas authored Feb 11, 2024
1 parent f2fbf89 commit a593f4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,12 @@

name: book

# on:
# push:
# branches: [main]
# pull_request:
# branches: [main]
# merge_group:

on:
push:
branches: [main]
pull_request:
branches:
- "**"
branches: [main]
merge_group:

jobs:
# test:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Curta

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

The first performant, 100% open-source, contributor-friendly zero-knowledge virtual machine (zkVM) that can prove the execution of arbitrary Rust (or any LLVM-compiled language) programs.

![](assets/curta.svg)
Expand All @@ -10,6 +12,9 @@ Curta is inspired by the open-source software movement and takes a collaborative
| [Docs]()
| [Examples]()

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

## Install

Make sure you have [Rust](https://www.rust-lang.org/tools/install) installed. Open your terminal and run the following command:
Expand Down Expand Up @@ -46,7 +51,7 @@ Note that the `RUST_LOG` and `RUST_TRACER` enviroment variables can be set to di

If you want to build the `cargo-prove` CLI from source, run the following commands:
```
git clone ssh://git@github.com/succinctlabs/curta
git clone https://github.com/succinctlabs/curta.git
cd vm
cd cli
cargo install --locked --path .
Expand Down
6 changes: 3 additions & 3 deletions book/introduction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Curta zkVM
# Curta

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

Expand All @@ -8,8 +8,8 @@

Curta zkVM is the first performant, 100% open-source, contributor-friendly zero-knowledge virtual machine (zkVM) that verifies the execution of arbitrary Rust (or any LLVM-compiled language) programs.

[tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fparadigm%5Freth
[tg-url]: https://t.me/paradigm_reth
[tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fsuccinct%5Fcurta
[tg-url]: https://t.me/succinct_curta

## The future of truth is programmable

Expand Down

0 comments on commit a593f4f

Please sign in to comment.