Merge branch 'catsnackattack-patch-1'

This commit is contained in:
AtHeartEngineer
2022-04-07 16:08:19 -04:00
2 changed files with 58 additions and 47 deletions

1
images/pse-logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy and Scaling Exploration Landing Page</title>
<title>Privacy and Scaling Exploration</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Custom CSS -->
@@ -19,8 +19,12 @@
<body>
<div class="container-sm">
<div class="starter">
<img src="images/eth.svg" alt="eth white border logo" class="ethlogo">
<h1>Welcome to the<br />Privacy and Scaling Exploration<br />Landing Page</h1>
<img src="images/pse-logo.svg" alt="eth pse logo" class="ethlogo">
<h1>Welcome to<br />Privacy & Scaling Explorations</h1>
<p>A multidisciplinary team supported by the Ethereum Foundation.
PSE explores new use cases for zero knowledge proofs and other cryptographic primitives through research and proof-of-concept implementation.
<br>
We facilitate the integration of ZK primitives into decentralized applications.</p>
<div class="center">
<div class="link">
<a href="https://twitter.com/PrivacyScaling"><img src="images/twitter.svg" alt="" class="icon">
@@ -43,30 +47,30 @@
<div class="col-md-10">
<h2>Zkopru</h2>
<p>
Zkopru is an optimistic rollup that uses ZKPs to achieve privacy
Zkopru is an optimistic rollup that uses zero knowledge proofs to enable private, low-cost transactions with ETH, ERC-20s and NFTs on layer 2.
</p>
</div>
<div class="col-md-1 link">
<a href=""><img src="images/globe.svg" alt="" class="icon">
<a href="https://zkopru.network/"><img src="images/globe.svg" alt="" class="icon">
<div>Website</div>
</a>
</div>
<div class="col-md-1 link">
<a href=""><img src="images/github.svg" alt="" class="icon">
<a href="https://github.com/zkopru-network"><img src="images/github.svg" alt="" class="icon">
<div>Github</div>
</a>
</div>
</div>
<div class="row">
<!-- BLS SIG -->
<!-- BLS WALLET -->
<div class="col-md-10">
<h2>BLS Sig Aggregation</h2>
<h2>BLS Wallet</h2>
<p>
Deploy a viable solution for users (and dapps) to save on L1 gas costs by making use of BLS signatures on L2s. Simultaneously encourage smart contract wallet use, and explore L2-L2 token bridging.
Proof-of-concept layer 2 smart contract wallet using transaction aggregation and BLS signatures, a scheme that permits aggregating multiple signatures into one and verifying once for all.
</p>
</div>
<div class="col-md-1 link">
<a href=""><img src="images/globe.svg" alt="" class="icon">
<a href="https://blswallet.org/"><img src="images/globe.svg" alt="" class="icon">
<div>Website</div>
</a>
</div>
@@ -77,11 +81,11 @@
</div>
</div>
<div class="row">
<!-- Zkevm -->
<!-- ZKEVM -->
<div class="col-md-10">
<h2>Zkevm</h2>
<h2>zkEVM</h2>
<p>
Create a zk-rollup that directly supports evm
A zk-rollup that can generate zk proofs for general EVM verification. This allows us to build a fully EVM-compatible zk-Rollup, which any existing Ethereum application can easily migrate to.
</p>
</div>
<div class="col-md-1 link">
@@ -95,31 +99,12 @@
</a>
</div>
</div>
<div class="row">
<!-- BLS Wallet Audit -->
<div class="col-md-10">
<h2>BLS Wallet Audit</h2>
<p>
Security audit for the BLS-Wallet
</p>
</div>
<div class="col-md-1 link">
<a href=""><img src="images/globe.svg" alt="" class="icon">
<div>Website</div>
</a>
</div>
<div class="col-md-1 link">
<a href=""><img src="images/github.svg" alt="" class="icon">
<div>Github</div>
</a>
</div>
</div>
<div class="row">
<!-- MACI -->
<div class="col-md-10">
<h2>MACI</h2>
<h2>MACI (Minimal Anti-Collusion Infrastructure)</h2>
<p>
Make quadratic funding bribery resistant. In Gitcoin you can bribe people. MACI makes this impossible.
MACI uses zero knowledge proofs for collusion resistance in blockchain voting (such as quadratic funding mechanisms) by making it impossible for anyone other than the vote coordinator to verify how a specific user voted. MACI also ensures correct execution of the votes, allowing anyone to verify the results.
</p>
</div>
<div class="col-md-1 link">
@@ -128,7 +113,7 @@
</a>
</div>
<div class="col-md-1 link">
<a href=""><img src="images/github.svg" alt="" class="icon">
<a href="https://github.com/appliedzkp/maci"><img src="images/github.svg" alt="" class="icon">
<div>Github</div>
</a>
</div>
@@ -157,16 +142,16 @@
<div class="col-md-10">
<h2>Semaphore</h2>
<p>
Update semaphore, make it easy to deploy and integrate with another projects and create a voting demo.
Semaphore is a zero-knowledge gadget, designed to be a simple and generic privacy layer for Ethereum DApps. Ethereum users can prove membership of a set without revealing their original identity, as well as signal their endorsement of an arbitrary string.
</p>
</div>
<div class="col-md-1 link">
<a href=""><img src="images/globe.svg" alt="" class="icon">
<a href="https://semaphore.appliedzkp.org/"><img src="images/globe.svg" alt="" class="icon">
<div>Website</div>
</a>
</div>
<div class="col-md-1 link">
<a href=""><img src="images/github.svg" alt="" class="icon">
<a href="https://github.com/appliedzkp/semaphore/"><img src="images/github.svg" alt="" class="icon">
<div>Github</div>
</a>
</div>
@@ -176,11 +161,11 @@
<div class="col-md-10">
<h2>Interep</h2>
<p>
Export my twitter data so that I can make ZKPs about it on ethereum.
Private reputation and identity system allowing services to verify that users belong to a certain group or meet certain reputation criteria without revealing their identities. Users can anonymously export reputation from platforms such as Twitter and Github.
</p>
</div>
<div class="col-md-1 link">
<a href="https://kovan.interrep.link/"><img src="images/globe.svg" alt="" class="icon">
<a href="https://interep.link/"><img src="images/globe.svg" alt="" class="icon">
<div>Website</div>
</a>
</div>
@@ -195,7 +180,7 @@
<div class="col-md-10">
<h2>Clr.fund for Everyone</h2>
<p>
Make it easy for any community to run their own CLR round with clr.fund. The goal of the project is to make it easy for any community to run their own CLR round with clr.fund. Last sprint we cut initial releases of the Clr.fund deployer, subgraph, and documentation archives.
Infrastructure to make it easy for any community to run their own CLR round with clr.fund.
</p>
</div>
<div class="col-md-1 link">
@@ -227,17 +212,36 @@
<div>Github</div>
</a>
</div>
</div>
<div class="row">
<!-- zk-chat -->
<div class="col-md-10">
<h2>zk-chat</h2>
<p>
Anonymous and private chat environments, using Interep for a privacy preserving registry and sybil resistance and RLN for spam protection.
</p>
</div>
<div class="col-md-1 link">
<a href="zkchat.org"><img src="images/globe.svg" alt="" class="icon">
<div>Website</div>
</a>
</div>
<div class="col-md-1 link">
<a href="github.com/njofce/zk-chat"><img src="images/github.svg" alt="" class="icon">
<div>Github</div>
</a>
</div>
</div>
<div class="row">
<!-- COCO -->
<div class="col-md-10">
<h2>COCO</h2>
<p>
Use of prediction markets for content curation of social networking platforms.
Collaborative content curation using a double-or-nothing challenge mechanism.
</p>
</div>
<div class="col-md-1 link">
<a href="https://hackmd.io/1vQ5zhzjTcycX_OWRwmIXg"><img src="images/globe.svg" alt="" class="icon">
<a href="https://www.cocoverse.club/"><img src="images/globe.svg" alt="" class="icon">
<div>Website</div>
</a>
</div>
@@ -248,11 +252,17 @@
</div>
</div>
<div class="row">
<!-- Zkopru exchange -->
<!-- Trusted Setup -->
<div class="col-md-10">
<h2>Zkopru exchange</h2>
<h2>Trusted Setup</h2>
<p>
Build private exchange where users can exchange their assets without revealing their identities, peer lists and order prices.
Open source infrastructure for running a trusted setup ceremony, in which many people participate in generating entropy which will secure a cryptographic protocol.
<br>
Perpetual Powers of Tau: A universal ceremony for the initial phase of a trusted setup. (github.com/weijiekoh/perpetualpowersoftau)
<br>
MPC Phase 2 UI: UI for a CLI or browser-based ceremony for the second, circuit-specific phase. (github.com/glamperd/setup-mpc-ui)
<!-- I'm not sure how we should format this bit with multiple GH links, doesn't really fit the formula for the rest of the page -->
</p>
</div>
<div class="col-md-1 link">
@@ -270,4 +280,4 @@
</div>
</body>
</html>
</html>