Skip to content

Commit 4590689

Browse files
tupuiwillemneal
andauthored
docs: showcase some projects (#331)
Co-authored-by: Willem Wyndham <willem@ahalabs.dev>
1 parent 1a1ea69 commit 4590689

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

22.5 KB
Loading
52.7 KB
Loading
33.8 KB
Loading

website/src/data/users.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ export type TagType =
4545
// Add sites to this list
4646
// prettier-ignore
4747
const Users: 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.',
59+
preview: require('./showcase/secureflow.png'),
60+
website: 'https://secure-flow-scaffold.vercel.app/',
61+
source: 'https://github.com/Gbangbolaoluwagbemiga/SecureFlow-scaffold',
62+
tags: ['hackathon'],
63+
},
4864
{
4965
title: 'Splicers',
5066
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[] = [
5369
source: 'https://github.com/AshFrancis/splicers',
5470
tags: ['favorite', 'contract', 'hackathon'],
5571
},
72+
{
73+
title: 'Sudoku Proof Generator',
74+
description: 'Verify Noir Ultrahonk Zero Knowledge proof with Stellar smart contract.',
75+
preview: require('./showcase/noir-stellar.png'),
76+
website: 'https://noir-stellar.netlify.app',
77+
source: 'https://github.com/tupui/ultrahonk_soroban_contract',
78+
tags: ['favorite', 'contract'],
79+
},
5680

5781
/*
5882
Pro Tip: add your site in alphabetical order.

0 commit comments

Comments
 (0)