You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/data/users.tsx
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,22 @@ export type TagType =
45
45
// Add sites to this list
46
46
// prettier-ignore
47
47
constUsers: User[]=[
48
+
{
49
+
title: 'SAMPLED',
50
+
description: 'The Decentralized Sample Marketplace Where Producers Get Paid Instantly on Stellar',
51
+
preview: require('./showcase/sampled.png'),
52
+
website: 'https://www.stellarsampled.com/',
53
+
source: 'https://github.com/osas2211/sampled/',
54
+
tags: ['frontend','hackathon'],
55
+
},
56
+
{
57
+
title: 'SecureFlow',
58
+
description: 'Create a secure, transparent, and fair platform for freelancers and clients to collaborate with built-in payment protection and dispute resolution.',
description: 'The surface world is lost. In subterranean bunkers, survivors fuse genes and print monsters — the ultimate fighters, born to reclaim the world that once was.',
@@ -53,6 +69,14 @@ const Users: User[] = [
53
69
source: 'https://github.com/AshFrancis/splicers',
54
70
tags: ['favorite','contract','hackathon'],
55
71
},
72
+
{
73
+
title: 'Sudoku Proof Generator',
74
+
description: 'Verify Noir Ultrahonk Zero Knowledge proof with Stellar smart contract.',
0 commit comments