Skip to content

Commit a92ac27

Browse files
authored
Merge pull request #109 from dusk-network/add-ecosystem-page
Add ecosystem and partners page
2 parents 6e7c114 + 5d1f788 commit a92ac27

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: Ecosystem & Partners
3+
description: Explore applications, tools, and partners in the Dusk ecosystem.
4+
---
5+
6+
import { LinkCard, CardGrid } from '@astrojs/starlight/components';
7+
8+
Dusk’s ecosystem spans on‑chain applications, user tools, and institutional partners.
9+
This page highlights a selection of projects building on or integrating with Dusk.
10+
11+
Some of the services listed here are community‑operated or third‑party products.
12+
Always do your own due diligence before using them.
13+
14+
## On‑chain apps & DeFi
15+
16+
<CardGrid>
17+
<LinkCard
18+
title="Sozu"
19+
href="https://sozu.fi/"
20+
description="Dusk staking platform. Stake DUSK to help secure the network and earn rewards."
21+
/>
22+
<LinkCard
23+
title="Pieswap"
24+
href="https://pieswap.app/"
25+
description="Decentralized exchange on DuskEVM. Swap tokens, provide liquidity, and earn fees."
26+
/>
27+
</CardGrid>
28+
29+
## Tools & explorers
30+
31+
<CardGrid>
32+
<LinkCard
33+
title="Dusk Dashboard"
34+
href="https://duskdashboard.com/"
35+
description="Monitor stakes, unstakes, restakes, provisioner info, yields and earnings."
36+
/>
37+
<LinkCard
38+
title="Dusk Explorer"
39+
href="https://duskexplorer.com/"
40+
description="Community‑operated explorer for DuskDS transactions and blocks."
41+
/>
42+
</CardGrid>
43+
44+
## Infrastructure & partners
45+
46+
<CardGrid>
47+
<LinkCard
48+
title="Chainlink"
49+
href="https://chain.link/"
50+
description="Oracle and CCIP partner for cross‑chain messaging and data on DuskEVM."
51+
/>
52+
<LinkCard
53+
title="NPEX"
54+
href="https://www.npex.nl/"
55+
description="Institutional partner for regulated RWA and securities issuance on Dusk."
56+
/>
57+
<LinkCard
58+
title="Quantoz"
59+
href="https://www.quantoz.com/"
60+
description="Provider of a regulated EUR stablecoin integrating with Dusk."
61+
/>
62+
<LinkCard
63+
title="Cordial Systems"
64+
href="https://cordialsystems.com/"
65+
description="Digital asset custody and settlement infrastructure working with Dusk."
66+
/>
67+
</CardGrid>
68+
69+
If you’re building something on Dusk and would like to be featured here, get in touch via the community channels or [contribute to the docs](https://github.com/dusk-network/docs?tab=contributing-ov-file).

src/sidebars/defaultSidebar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const defaultSidebar = [
66
{ label: "Native Issuance", link: "learn/tokenization-comparison" },
77
{ label: "Core Values", link: "learn/core-values" },
88
{ label: "Core Components", link: "learn/core-components" },
9+
{ label: "Ecosystem & Partners", link: "learn/ecosystem" },
910
{ label: "Cryptography", link: "learn/cryptography" },
1011
{ label: "Tokenomics", link: "learn/tokenomics" },
1112
{ label: "Stake Abstraction", link: "learn/hyperstaking" },

0 commit comments

Comments
 (0)