add zk email

This commit is contained in:
Kalidou Diagne
2024-06-04 20:03:06 +02:00
parent 14f3022833
commit 4997ff01ae
2 changed files with 26 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ import { unirepProtocol } from "./projects/unirep-protocol"
import { voicedeck } from "./projects/voice-deck"
import { wax } from "./projects/wax"
import { zk3 } from "./projects/zk3"
import { zkemail } from "./projects/zk-email"
import { ZKKit } from "./projects/zk-kit"
import { zkevmCommunity } from "./projects/zkevm-community"
import { zkitter } from "./projects/zkitter"
@@ -82,4 +83,5 @@ export const projects: ProjectInterface[] = [
zkp2p,
zk3,
voicedeck,
zkemail,
]

24
data/projects/zk-email.ts Normal file
View File

@@ -0,0 +1,24 @@
import { ProjectInterface } from "@/lib/types"
const description = `
`
export const zkemail: ProjectInterface = {
id: "zk-email",
section: "grant",
projectStatus: "active",
image: "",
name: "zk-email",
tldr: "",
description,
links: {
github: "https://github.com/zkemail",
twitter: "https://twitter.com/zkemail",
},
tags: {
themes: [],
types: [],
keywords: [],
builtWith: [],
},
}