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

29 lines
597 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const nfctap: ProjectInterface = {
id: "nfctap",
section: "pse",
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"],
},
}