Update overview.md

fix spelling and added link to RISC0 video
This commit is contained in:
jessiebroke 2023-01-03 15:40:40 -05:00 committed by Corey Petty
parent 8f9679816c
commit 349ed9cba0
1 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ tags:
--- ---
## Motivation ## Motivation
Logos seeks to use a privacy-first virtual machine for transaction execution. We beleive this can only be acheived through zero-knowledge. The majority of current work int he field focuses more towards the aggregation and subsequent verification of transactions. This leads us to explore the researching and development of a privacy-first virtual machine. Logos seeks to use a privacy-first virtual machine for transaction execution. We believe this can only be acheived through zero-knowledge. The majority of current work in the field focuses more towards the aggregation and subsequent verification of transactions. This leads us to explore the researching and development of a privacy-first virtual machine.
LINK TO APPROPRIATE NETWORK REQUIREMENTS HERE LINK TO APPROPRIATE NETWORK REQUIREMENTS HERE
@ -41,11 +41,12 @@ LINK TO APPROPRIATE NETWORK REQUIREMENTS HERE
## Approaches ## Approaches
- zk-WASM - zk-WASM
- zk-EVM - zk-EVM
- RISK-0 - RISC-0
- RISK-0 Rust Starter Repository - [link](https://github.com/risc0/risc0-rust-starter) - RISK-0 Rust Starter Repository - [link](https://github.com/risc0/risc0-rust-starter)
- targets RISC-V architecture - targets RISC-V architecture
- benefits: - benefits:
- a lot of languages already compile to RISC-V - a lot of languages already compile to RISC-V
- https://youtu.be/2MXHgUGEsHs - Why use the RISC Zero zkVM?
- negatives: - negatives:
- not optimized or EVM where most tooling exists currently - not optimized or EVM where most tooling exists currently
@ -60,4 +61,4 @@ LINK TO APPROPRIATE NETWORK REQUIREMENTS HERE
## Roles ## Roles
- [ZK Research Engineer](roles/zero-knowledge-research-engineer.md) - [ZK Research Engineer](roles/zero-knowledge-research-engineer.md)
- Senior Rust Developer - Senior Rust Developer