Files
pse.dev/data/projects/p256.ts
2024-09-19 02:47:06 +02:00

27 lines
578 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const p256: ProjectInterface = {
id: "p256",
section: "pse",
projectStatus: "active",
image: "",
name: "P256",
links: {
website: "https://www.p256wallet.org/",
github: "https://github.com/privacy-scaling-explorations/p256-circom",
},
tags: {
keywords: [
"Toolkits",
"Infrastructure/protocol",
"User Experience",
"Key management",
"Wallets",
"Account Abstraction",
],
themes: ["build"],
types: ["Legos/dev tools"],
builtWith: ["halo2"],
},
}