feat: 🗃️ Add ZKOPRU project

This commit is contained in:
thebeyondr
2023-09-12 22:04:10 -05:00
parent 7ec5ba6b09
commit a551436fd0
2 changed files with 80 additions and 0 deletions

24
data/projects/zkopru.ts Normal file
View File

@@ -0,0 +1,24 @@
import { ProjectInterface } from "@/lib/types";
export const Zkopru: ProjectInterface = {
id: "zkopru",
image: "zkopru.svg",
name: "ZKOPRU",
tldr: "Optimistic Rollup with zk-SNARKs for private Ethereum transactions.",
description: "ZKOPRU is one of the initial projects of EF's PSE team. It is a Layer 2 scaling solution for Ethereum, emphasizing private transactions through zk-SNARKs and optimistic rollups. It provides an economical Ethereum privacy wallet, enabling users to transact with ETH, ERC-20s, and NFTs anonymously",
projectStatus: 'archived',
links: {
website: 'https://zkopru.network/',
github: 'https://github.com/zkopru-network',
youtube: 'https://www.youtube.com/watch?v=GvRsJxu9X6w',
},
extraLinks: {
learn: [{
label: 'ZKOPRU: Wat, Y & Wen',
url: 'https://mirror.xyz/privacy-scaling-explorations.eth/kfuuBPtGtDjl_J2wBq-jrtyURGLmQpUhZfDTuZChEy8'
}, {
label: "ZKOPRU on Testnet",
url: 'https://mirror.xyz/privacy-scaling-explorations.eth/EB0KcMY0k9ucN8iQSBeOYksoupDYRBQ4ZffhRt477FE'
}],
},
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.7 MiB