mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:58:09 -05:00
removed old html and css
This commit is contained in:
283
_index.html
283
_index.html
@@ -1,283 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<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</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 -->
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container-sm">
|
||||
<div class="starter">
|
||||
<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">
|
||||
<div>Twitter</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="link">
|
||||
<a href="https://discord.gg/g5YTV7HHbh"><img src="images/discord.svg" alt="" class="icon">
|
||||
<div>Discord</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12 arrow">
|
||||
<img src="images/arrow.svg" alt="">
|
||||
<div class="fst-italic" style="opacity:75%; padding-top:1rem">more info below</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- ZKOPRU -->
|
||||
<div class="col-md-10">
|
||||
<h2>Zkopru</h2>
|
||||
<p>
|
||||
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="https://zkopru.network/"><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<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 Wallet -->
|
||||
<div class="col-md-10">
|
||||
<h2>BLS Wallet</h2>
|
||||
<p>
|
||||
Reduce L2 gas costs using BLS signatures, transaction aggregation, and smart contract wallets.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://blswallet.org/"><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://github.com/jzaki/bls-wallet"><img src="images/github.svg" alt="" class="icon">
|
||||
<div>Github</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- ZKEVM -->
|
||||
<div class="col-md-10">
|
||||
<h2>zkEVM</h2>
|
||||
<p>
|
||||
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">
|
||||
<a href="https://hackmd.io/@yezhang/S1_KMMbGt"><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://github.com/appliedzkp/zkevm-specs"><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 (Minimal Anti-Collusion Infrastructure)</h2>
|
||||
<p>
|
||||
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">
|
||||
<a href=""><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://github.com/appliedzkp/maci"><img src="images/github.svg" alt="" class="icon">
|
||||
<div>Github</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- Unirep Social -->
|
||||
<div class="col-md-10">
|
||||
<h2>Unirep Social</h2>
|
||||
<p>
|
||||
Use Unirep to make a private social network like reddit.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://unirep.social/"><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://github.com/unirep/unirep-social"><img src="images/github.svg" alt="" class="icon">
|
||||
<div>Github</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- Semaphore -->
|
||||
<div class="col-md-10">
|
||||
<h2>Semaphore</h2>
|
||||
<p>
|
||||
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="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="https://github.com/appliedzkp/semaphore/"><img src="images/github.svg" alt="" class="icon">
|
||||
<div>Github</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- Interep -->
|
||||
<div class="col-md-10">
|
||||
<h2>Interep</h2>
|
||||
<p>
|
||||
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://interep.link/"><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://github.com/interep-project"><img src="images/github.svg" alt="" class="icon">
|
||||
<div>Github</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- Clr.fund for Everyone -->
|
||||
<div class="col-md-10">
|
||||
<h2>Clr.fund for Everyone</h2>
|
||||
<p>
|
||||
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">
|
||||
<a href="https://clrfund-xdai.on.fleek.co/#/"><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://clrfund.gitbook.io/deployer/"><img src="images/github.svg" alt="" class="icon">
|
||||
<div>Github</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- RLN -->
|
||||
<div class="col-md-10">
|
||||
<h2>RLN</h2>
|
||||
<p>
|
||||
RLN (Rate limiting nullfier) is a construct based on zero-knowledge proofs that enables spam prevention mechanism for decentralized, anonymous environments. In anonymous environments, the identity of the entities is unknown.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://ethresear.ch/t/semaphore-rln-rate-limiting-nullifier-for-spam-prevention-in-anonymous-p2p-setting/5009"><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://github.com/bdim1/rlnapp"><img src="images/github.svg" alt="" class="icon">
|
||||
<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>
|
||||
Collaborative content curation using a double-or-nothing challenge mechanism.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://www.cocoverse.club/"><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://github.com/Janmajayamall/meme-curator"><img src="images/github.svg" alt="" class="icon">
|
||||
<div>Github</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- Trusted Setup -->
|
||||
<div class="col-md-10">
|
||||
<h2>Trusted Setup</h2>
|
||||
<p>
|
||||
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">
|
||||
<a href=""><img src="images/globe.svg" alt="" class="icon">
|
||||
<div>Website</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-1 link">
|
||||
<a href="https://github.com/zkopru-network/private-exchange"><img src="images/github.svg" alt="" class="icon">
|
||||
<div>Github</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
105
_styles.css
105
_styles.css
@@ -1,105 +0,0 @@
|
||||
body {
|
||||
color: white;
|
||||
background: rgb(0,0,0);
|
||||
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(93,93,93,1) 100%);
|
||||
background-attachment: fixed;
|
||||
height: 100vh;
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
|
||||
.starter {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
padding-block: 5rem;
|
||||
gap: 5rem;
|
||||
}
|
||||
|
||||
.starter > * {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.row {
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 1rem auto;
|
||||
text-align: center;
|
||||
max-width: 42rem;
|
||||
}
|
||||
|
||||
.ethlogo {
|
||||
max-height: 16rem;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
margin: 1rem auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.arrow img {
|
||||
height: auto;
|
||||
width: 48px;
|
||||
}
|
||||
|
||||
.center {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 5rem;
|
||||
}
|
||||
|
||||
.link a{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.icon {
|
||||
height: 2.75rem;
|
||||
padding-bottom: .5rem;
|
||||
}
|
||||
|
||||
a[href=""], a[href="#"], a[href=""]:hover, a[href="#"]:hover {
|
||||
opacity: 25%;
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.starter {
|
||||
padding-block: 1rem;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.icon {
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
.row {
|
||||
border-bottom: 1px solid rgba(255,255,255,.25);
|
||||
padding-block: 2rem;
|
||||
padding-inline: 1rem;
|
||||
}
|
||||
|
||||
.row > .link {
|
||||
width: auto
|
||||
}
|
||||
|
||||
.center {
|
||||
gap: 2rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user