A web application to showcase different private transfer projects in the ecosystem.
- Browse private transfer projects with detailed information
- Filter projects by category (zkWormholes, Mixers, Privacy Coins, etc.)
- Search projects by title or description
- View pros and cons for each project
- Responsive design for desktop and mobile
- TypeScript - Type-safe JavaScript
- React - UI library
- Vite - Build tool and dev server
- Node.js 18 or higher
- npm
npm installnpm run devnpm run buildnpm run lintProjects are stored in src/data/projects.json with the following structure:
{
"title": "Project Name",
"category": "Category",
"website": "https://example.com/",
"description": "Project description...",
"pros": ["advantage 1", "advantage 2"],
"cons": ["disadvantage 1", "disadvantage 2"]
}See LICENSE file.