mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-21 16:18:09 +00:00
parent
805f56aa0d
commit
9bada0a3b0
@ -28,6 +28,7 @@
|
|||||||
"research-areas.md",
|
"research-areas.md",
|
||||||
"projects.md",
|
"projects.md",
|
||||||
"open-problems.md",
|
"open-problems.md",
|
||||||
|
"publications.md",
|
||||||
"contribute.md",
|
"contribute.md",
|
||||||
"media.md"
|
"media.md"
|
||||||
],
|
],
|
||||||
|
@ -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
|
# Principles
|
||||||
|
|
||||||
The goal of Vac is widespread adoption of the decentralized web.
|
The goal of Vac is widespread adoption of the decentralized web.
|
||||||
|
11
projects.md
11
projects.md
@ -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.
|
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
|
**Dissemination**: We write papers and collaborate closely with other projects/institutions, and aim to build a bridge between industry and academia.
|
||||||
institutions to build a bridge between industry and academia.
|
|
||||||
|
|
||||||
## Applied ZK & Explorations
|
## 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
14
publications.md
Normal 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
16
vac.md
@ -2,13 +2,13 @@
|
|||||||
title: Main
|
title: Main
|
||||||
---
|
---
|
||||||
|
|
||||||
# Vac - Communication, Privacy, Etc.
|
# Vac - Communication & Privacy
|
||||||
|
|
||||||
## About Vac
|
## 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
|
## 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.
|
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
|
## 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.
|
**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
|
## Links
|
||||||
|
|
||||||
- [Write-ups](/research)
|
- [Publications](/publications)
|
||||||
- [Vac RFCs](https://rfc.vac.dev)
|
- [Specs/RFCs](https://rfc.vac.dev)
|
||||||
- [Forum](https://forum.vac.dev)
|
- [Forum](https://forum.vac.dev)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user