Update copy (#85)

Co-authored-by: User Name <user@mbp22.local>
This commit is contained in:
oskarth 2022-08-05 14:42:11 +08:00 committed by GitHub
parent 805f56aa0d
commit 9bada0a3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 13 deletions

View File

@ -28,6 +28,7 @@
"research-areas.md",
"projects.md",
"open-problems.md",
"publications.md",
"contribute.md",
"media.md"
],

View File

@ -1,3 +1,6 @@
*These principles have been inherited from https://our.status.im/our-principles/
Only minor stylistic changes have been made to them.*
# Principles
The goal of Vac is widespread adoption of the decentralized web.

View File

@ -15,13 +15,14 @@ We design modular, p2p protocols for private, anonymous, secure and censorship-r
Research into making private and provable computation using WASM that is verified using zero-knowledge proofs.
### RAD - RFCs & Dissemination
## RAD - RFCs & Dissemination
**RFCs**: We build specifications for self-sustainable robust protocols with strong and modular privacy guarantees. [Rough consensus and running code](https://www.ietf.org/about/participate/tao/).
**RFCs**: We build [specifications](https://rfc.vac.dev) for self-sustainable robust protocols with strong and modular privacy guarantees. [Rough consensus and running code](https://www.ietf.org/about/participate/tao/).
**Dissemination**: We write papers and aim to collaborate closely with other
institutions to build a bridge between industry and academia.
**Dissemination**: We write papers and collaborate closely with other projects/institutions, and aim to build a bridge between industry and academia.
## Applied ZK & Explorations
We build tools to enable new fundamental building blocks using cutting-edge zero-knowledge proof systems.
We build tools to enable new fundamental building blocks using cutting-edge zero-knowledge proof systems. For example, [Zerokit](https://github.com/vacp2p/zerokit/).

14
publications.md Normal file
View File

@ -0,0 +1,14 @@
# Publications
## Papers
- [Waku: A Family of Modular P2P Protocols For Secure & Censorship-Resistant Communication](https://arxiv.org/abs/2207.00038) (demo)
- [WAKU-RLN-RELAY: Privacy-Preserving Peer-to-Peer Economic Spam Protection](https://arxiv.org/pdf/2207.00117.pdf) (full)
- [Privacy-Preserving Spam-Protected Gossip-Based Routing](https://arxiv.org/abs/2207.00116) (poster)
## Write-ups
See [write-ups](/research).

16
vac.md
View File

@ -2,13 +2,13 @@
title: Main
---
# Vac - Communication, Privacy, Etc.
# Vac - Communication & Privacy
## About Vac
Vac **builds** [public good](https://en.wikipedia.org/wiki/Public_good) protocols for the decentralized web.
Vac builds [public good](https://en.wikipedia.org/wiki/Public_good) protocols for the decentralized web.
We do applied research based on which we build protocols, libraries and publications. Custodians of protocols that reflect [a set of principles](vac.dev/principles) - liberty, privacy, etc.
We do applied research based on which we build protocols, libraries and publications. Custodians of protocols that reflect [a set of principles](/principles).
## Our Principles
@ -16,7 +16,7 @@ Liberty, censorship resistance, security, privacy, transparency, openness, decen
These principles act as tools. Tools for thinking, for communication, and for decentralized decision making. They keep us honest about where we are failing short of our vision.
The meaning of these principles are elaboarted on here: [Vac Principles](vac.dev/principles).
The meaning of these principles are elaboarted on [here](/principles).
## Projects
@ -24,12 +24,12 @@ The meaning of these principles are elaboarted on here: [Vac Principles](vac.dev
**zk-WASM**. Research into making private and provable computation using WASM that is verified using zero-knowledge proofs.
**RAD - RFCs & Dissemination**. We build specifications for self-sustainable robust protocols with strong and modular privacy guarantees. Rough consensus and running code. We also write papers and aim to collaborate closely with other institutions to build a bridge between industry and academia.
**RAD - RFCs & Dissemination**. We build [specifications](https://rfc.vac.dev) for self-sustainable robust protocols with strong and modular privacy guarantees. [Rough consensus and running code](https://www.ietf.org/about/participate/tao/). We also write papers and collaborate closely with other projects/institutions, and aim to build a bridge between industry and academia.
**Applied ZK & Explorations**. We build tools to enable new fundamental building blocks using cutting-edge zero-knowledge proof systems.
**Applied ZK & Explorations**. We build tools to enable new fundamental building blocks using cutting-edge zero-knowledge proof systems. For example, [Zerokit](https://github.com/vacp2p/zerokit/).
## Links
- [Write-ups](/research)
- [Vac RFCs](https://rfc.vac.dev)
- [Publications](/publications)
- [Specs/RFCs](https://rfc.vac.dev)
- [Forum](https://forum.vac.dev)