mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 16:48:02 -05:00
add zk email
This commit is contained in:
@@ -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
24
data/projects/zk-email.ts
Normal 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: [],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user