Skip to content

Commit

Permalink
chore: final touches for public release (#239)
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 14, 2024
1 parent 61a2050 commit 54b64b6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Telegram Chat][tg-badge]][tg-url]


![](./assets/sp1.svg)
![](./assets/sp1.png)

SP1 is a 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. SP1 democratizes access to ZKPs by allowing developers to use programmable truth with popular programming languages.

Expand Down
Binary file added assets/sp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
642 changes: 0 additions & 642 deletions assets/sp1.svg

This file was deleted.

2 changes: 1 addition & 1 deletion book/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SP1 currently runs on Linux and macOS. You can either use prebuilt binaries through sp1up or
build the toolchain and CLI from source.

Make sure you have [Rust](https://www.rust-lang.org/tools/install) installed.
Make sure you have [Rust](https://www.rust-lang.org/tools/install) and OpenSSL 1.1 (`brew install [email protected]` or use this [guide](https://askubuntu.com/questions/1102803/how-to-upgrade-openssl-1-1-0-to-1-1-1-in-ubuntu-18-04)) installed.

## Option 1: Prebuilt Binaries (Recommended)

Expand Down
2 changes: 1 addition & 1 deletion book/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

![](./sp1.svg)
![](./sp1.png)

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

Expand Down
Binary file added book/sp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
642 changes: 0 additions & 642 deletions book/sp1.svg

This file was deleted.

0 comments on commit 54b64b6

Please sign in to comment.