Skip to content

Commit

Permalink
Added vLayer as use case
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Oct 31, 2024
1 parent 845b6cf commit 46e1caf
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions content/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ export const ProjectList: Project[] = [
twitter: "https://warpcast.com/~/channel/opacity"
},
},
{
title: "vlayer",
tldr: "Empowering web3 with Verifiable Data",
links: {
website: "https://www.vlayer.xyz",
twitter: "https://x.com/vlayer_xyz",
github: "https://github.com/vlayer-xyz"
},
},
{
title: "ZeroTrustBounty",
tldr: "A trustless bug bounty platform with redacted bug reports & guaranteed payments to whitehats.",
Expand All @@ -48,11 +57,4 @@ export const ProjectList: Project[] = [
github: "https://github.com/chcharcharlie/realreturn",
},
},
{
title: "Zero Guard",
tldr: "A decentralized zero knowledge powered AI Red Team Network that improves diversity, safety to AI through community",
links: {
github: "https://github.com/dingchaoz/ZEROGUARD",
},
},
];

0 comments on commit 46e1caf

Please sign in to comment.