Files
pse.dev/data/projects/nfctap.ts
Kalidou Diagne f3fe727e5e General issues fix (#197)
* general issues fixes
2024-10-18 02:09:32 +01:00

29 lines
624 B
TypeScript

import { ProjectInterface, ProjectStatus } from "@/lib/types"
export const nfctap: ProjectInterface = {
id: "nfctap",
section: "pse",
projectStatus: ProjectStatus.ACTIVE,
image: "",
name: "nfctap.xyz",
links: {
github: "https://github.com/jubmoji/nfctap.xyz",
website: "https://www.nfctap.xyz/",
},
tags: {
keywords: [
"anonymity/privacy",
"education",
"data portability",
"social",
"wallets",
"identity",
"key management",
"reputation",
"toolkits",
],
builtWith: ["snarkjs", "circom", "node"],
themes: ["build", "play"],
},
}