Files
website/src/data/Projects.json
2023-01-24 20:28:11 -06:00

237 lines
7.7 KiB
JSON

[
{
"name": "Zkopru",
"image": "zkopru-cover.png",
"description": "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.",
"links": [
{
"website": "https://zkopru.network/"
},
{
"github": "https://github.com/zkopru-network"
},
{
"discord": "https://discord.gg/R8QKzad8u4"
}
]
},
{
"name": "BLS Wallet",
"image": "bls.svg",
"description": "Reduce transaction costs on evm-L2s using BLS signatures. The smart contract wallet also includes: recovery, multi-action, gas-less transactions, and upgradability.",
"links": [
{
"website": "https://blswallet.org/"
},
{
"github": "https://github.com/web3well/bls-wallet"
}
]
},
{
"name": "zkEVM",
"image": "zkEVM.svg",
"description": "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.",
"links": [
{
"documentation": "https://privacy-scaling-explorations.github.io/zkevm-docs/"
},
{
"website": "https://github.com/privacy-scaling-explorations/zkevm-specs"
},
{
"github": "https://github.com/privacy-scaling-explorations/zkevm-circuits"
}
]
},
{
"name": "MACI",
"image": "MACI.svg",
"description": "MACI (Minimal Anti-Collusion Infrastructure) 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.",
"links": [
{
"website": ""
},
{
"github": "https://github.com/appliedzkp/maci"
}
]
},
{
"name": "Unirep",
"description": "Unirep allows anonymous members of a group to give, receive, and prove reputation without revealing their identity. Applications or people can act as attesters and build their own reputation tokens on top of a shared Unirep contract.",
"image": "unirep.svg",
"links": [
{
"website": "https://unirep.social/"
},
{
"github": "https://github.com/unirep"
},
{
"discord": "https://discord.gg/qrqq8SeN7F"
}
]
},
{
"name": "Semaphore",
"description": "Semaphore is a protocol, designed to be a simple and generic privacy layer for Ethereum DApps. Using zero knowledge, Ethereum users can prove their membership of a group and send signals such as votes or endorsements without revealing their original identity.",
"image": "semaphore.svg",
"links": [
{
"website": "https://semaphore.appliedzkp.org/"
},
{
"github": "https://github.com/semaphore-protocol/"
},
{
"discord": "https://discord.gg/6mSdGHnstH"
}
]
},
{
"name": "ZK-kit",
"description": "ZK-kit is a set of NPM modules (algorithms or utility functions) that can be reused in different projects and zero-knowledge protocols, making it easier for developers to access ready-to-use and tested libraries for common tasks.",
"image": "zk-kit.svg",
"links": [
{
"github": "https://github.com/privacy-scaling-explorations/zk-kit"
},
{
"discord": "https://discord.gg/9B9WgGP6YM"
}
]
},
{
"name": "Interep",
"description": "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.",
"image": "interep.svg",
"links": [
{
"website": "https://interep.link/"
},
{
"github": "https://github.com/interep-project"
},
{
"discord": "https://discord.gg/jMfye2mWcf"
}
]
},
{
"name": "Clr.fund for Everyone",
"short_name": "Clr.fund",
"image": "clr.svg",
"description": "Infrastructure to make it easy for any community to run their own CLR round with clr.fund.",
"links": [
{
"website": "https://qf.ethprague.com/"
},
{
"documentation": "https://clrfund.gitbook.io/deployer/"
},
{
"github": "https://github.com/quadratic-funding/qfi"
}
]
},
{
"name": "Rate Limiting Nullifier",
"short_name": "RLN",
"image": "rln.svg",
"description": "RLN 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.",
"links": [
{
"website": "https://rate-limiting-nullifier.github.io/rln-docs/"
},
{
"github": "https://github.com/Rate-Limiting-Nullifier/"
}
]
},
{
"name": "zk-chat",
"image": "zkchat.svg",
"description": "Anonymous and private chat environments, using Interep for a privacy preserving registry and sybil resistance and RLN for spam protection.",
"links": [
{
"website": "https://zkchat.org"
},
{
"github": "https://github.com/njofce/zk-chat"
}
]
},
{
"name": "COCO",
"description": "Collaborative content curation of online communities using a double-or-nothing challenge mechanism.",
"image": "Coco.svg",
"links": [
{
"website": "https://www.cocoverse.club/"
},
{
"github": "https://github.com/Janmajayamall/coco-contracts"
},
{
"telegram": "https://t.me/+A47HJeqh0-tlODI1"
}
]
},
{
"name": "Trusted Setup",
"image": "trust-setup.svg",
"description": "Open source infrastructure for running a trusted setup ceremony in which many people participate in generating entropy which will secure a cryptographic protocol. Perpetual Powers of Tau: A universal ceremony for the initial phase of a trusted setup. MPC Phase 2 UI: UI for a CLI or browser-based ceremony for the second, circuit-specific phase for Groth-16 SNARKs. MPC Phase2 Suite: All-in-one suite of tools for conducting Phase 2 Trusted Setup ceremonies for multiple and large Groth-16 SNARKs circuits.",
"links": [
{
"github": "https://github.com/privacy-scaling-explorations/perpetualpowersoftau"
},
{
"github": "https://github.com/zkparty/setup-mpc-ui"
},
{
"github": "https://github.com/quadratic-funding/mpc-phase2-suite"
}
]
},
{
"name": "TLSNotary",
"short_name": "TLSN",
"description": "TLSNotary leverages the ubiquitous TLS protocol to allow users to privately export their data from any webserver in a provable way.",
"image": "tlsn.png",
"links": [
{
"website": "https://tlsnotary.org"
},
{
"github": "https://github.com/tlsnotary/tlsn"
},
{
"discord": "https://discord.gg/9XwESXtcN7"
}
]
},
{
"name": "Crypt-Keeper",
"short_name": "Crypt-Keeper",
"description": "Crypt-Keeper is a Zero knowledge identity management and proof generation",
"image": "zk-keeper.png",
"links": [
{
"github": "https://github.com/privacy-scaling-explorations/crypt-keeper-extension"
}
]
},
{
"name": "ZK-Groups",
"short_name": "ZK-Groups",
"description": "A user group management system offering privacy-preserving membership proving and Single Sign-On service.",
"image": "zkgroups.svg",
"links": [
{
"github": "https://github.com/privacy-scaling-explorations/zk-groups"
}
]
}
]