Skip to content

Commit fbdc72b

Browse files
authored
Merge pull request #94 from dusk-network/added_picture_dev_overview
Added picture dev overview
2 parents 69c4577 + ce34cf1 commit fbdc72b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Integrations introduction
33
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:
6+
This section outlines the libraries that developers can use to interact with DuskDS:
77

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

src/content/docs/developer/overview.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ This documentation provides an insight into everything related to development on
88

99
## Developing on Dusk
1010

11-
There are two different stacks to develop on Dusk. The first one is building on-chain the second one is building off-chain applications that integrate with Dusk.
11+
The Dusk architecture offers a data availability layer ([DuskDS](/developer/integrations/introduction)) and an execution layer ([DuskEVM](/developer/smart-contracts-dusk-evm/deploy-on-evm)).
12+
Depending on the use case, developers may want to integrate with one or another.
13+
14+
For a smoother integration, it is generally recomended to integrate with [DuskEVM](/developer/smart-contracts-dusk-evm/deploy-on-evm).
15+
16+
It needs to be noted that Dusk is transitioning from a monolithic architecture towards a modular one. The difference between the two is represented in the picture below:
17+
![Dusk architecture](../../../assets/modular_vs_monolithic.png)
1218

1319
<CardGrid>
1420
<LinkCard title="Smart Contracts" href="/developer/smart-contract/introduction" description="Writing smart contracts for Dusk"/>

0 commit comments

Comments
 (0)