Initial copy, fixed some minor formatting

This commit is contained in:
AtHeartEngineer
2022-03-31 12:17:05 -04:00
parent 7a65afb312
commit ab5ef56493
2 changed files with 178 additions and 4 deletions

View File

@@ -30,10 +30,11 @@
<div class="col-md-12">
<div class="container">
<div class="row">
<!-- ZKOPRU -->
<div class="col-md-10">
<h2>Project</h2>
<h2>Zkopru</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi officiis obcaecati eius cupiditate ad animi assumenda fugiat nulla velit.
Zkopru is an optimistic rollup that uses ZKPs to achieve privacy
</p>
</div>
<div class="col-md-1 link">
@@ -43,6 +44,171 @@
<a href=""><img src="images/github.svg" alt="" class="icon"> <div>Github</div></a>
</div>
</div>
<div class="row">
<!-- BLS SIG -->
<div class="col-md-10">
<h2>BLS Sig Aggregation</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.
</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/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>
Create a zk-rollup that directly supports evm
</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">
<!-- 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>
<p>
Make quadratic funding bribery resistant. In Gitcoin you can bribe people. MACI makes this impossible.
</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">
<!-- 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>
Update semaphore, make it easy to deploy and integrate with another projects and create a voting demo.
</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">
<!-- Interep -->
<div class="col-md-10">
<h2>Interep</h2>
<p>
Export my twitter data so that I can make ZKPs about it on ethereum.
</p>
</div>
<div class="col-md-1 link">
<a href="https://kovan.interrep.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/InterRep/reputation-service"><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>
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.
</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">
<!-- COCO -->
<div class="col-md-10">
<h2>COCO</h2>
<p>
Use of prediction markets for content curation of social networking platforms.
</p>
</div>
<div class="col-md-1 link">
<a href="https://hackmd.io/1vQ5zhzjTcycX_OWRwmIXg"><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">
<!-- Zkopru exchange -->
<div class="col-md-10">
<h2>Zkopru exchange</h2>
<p>
Build private exchange where users can exchange their assets without revealing their identities, peer lists and order prices.
</p>
</div>
<div class="col-md-1 link">
<a href="" 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>
</div>

View File

@@ -2,10 +2,13 @@ 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;
}
.row {
padding-bottom: 1.5rem;
}
.title {
margin: 7rem auto 1rem;
text-align: center;
@@ -34,4 +37,9 @@ body {
.icon {
height: 2.75rem;
padding-bottom: .5rem;
}
}
A[href=""], A[href="#"] {
opacity: 25%;
cursor: default;
}