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

20 lines
522 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const rln: ProjectInterface = {
id: "rln",
section: "pse",
projectStatus: "active",
image: "rln.svg",
name: "Rate-Limiting Nullifier",
links: {
github: "https://github.com/Rate-Limiting-Nullifier/circom-rln",
website: "https://rate-limiting-nullifier.github.io/rln-docs/",
},
tags: {
keywords: ["Anonymity/privacy"],
themes: ["build"],
types: ["Infrastructure/protocol"],
builtWith: ["circom", "solidity", "semaphore"],
},
}