Skip to content

Commit 69c4577

Browse files
authored
Merge pull request #93 from dusk-network/integrate_dusk-ds_dusk-evm
Integrate dusk ds dusk evm
2 parents 4d54720 + 7a4eeb7 commit 69c4577

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/content/docs/developer/integrations/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Integrations introduction
3-
description: Integrate with Dusk. Explore integration guides, SDKs, and tools tailored for developers and institutions.
3+
description: Integrate with DuskDS. Explore integration guides, SDKs, and tools tailored for developers and institutions.
44
---
55

6-
This section outlines the libraries that developers can use to integrate with Dusk:
6+
This section outlines the libraries that developers can use to:
77

88
- [W3sper SDK](/developer/integrations/w3sper)
99
- [wallet-core](/developer/integrations/wallet-core)

src/content/docs/developer/integrations/wallet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Wallet Core Library
3-
description: Integrate with Dusk Wallet-Core library to manage transactions.
3+
description: Integrate with DuskDS Wallet-Core library to manage transactions.
44
---
55

66
This documentation explains how to use the <a href="https://github.com/dusk-network/rusk/tree/master/wallet-core" target="_blank">wallet-core</a> library from any programming language of your preference.

src/content/docs/developer/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ There are two different stacks to develop on Dusk. The first one is building on-
1212

1313
<CardGrid>
1414
<LinkCard title="Smart Contracts" href="/developer/smart-contract/introduction" description="Writing smart contracts for Dusk"/>
15-
<LinkCard title="Integrate with Dusk" href="/developer/integrations/introduction" description="Integrate your applications with Dusk"/>
15+
<LinkCard title="Integrate with DuskEVM" href="/developer/smart-contracts-dusk-evm/deploy-on-evm" description="Deploy your smart contracts on DuskEVM"/>
16+
<LinkCard title="Integrate with DuskDS" href="/developer/integrations/introduction" description="Integrate your applications with DuskDS"/>
1617
<LinkCard title="Dusk Improvement Proposals" href="/developer/contribute/dips" description="Contribute to the core protocol development"/>
1718
</CardGrid>

0 commit comments

Comments
 (0)