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
docs(pathway): update session notes and enhance diagram clarity
- Revise session notes to clarify the purpose of the diagram and provide a linear narrative through curated links.
- Update diagram phases for better organization and understanding of the Cardano developer journey.
- Add detailed curated links for local devnet, transaction anatomy, UTxO concurrency, and wallet integration to enhance resource accessibility.
- Improve CSS for outcome nodes in the diagram to ensure better visibility and alignment.
Made-with: Cursor
Copy file name to clipboardExpand all lines: website/docs/working-group/sessions/q1-2026/12-cardano-developer-pathway/session-notes/readme.mdx
+57-44Lines changed: 57 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ import MermaidDiagramFrame from '@site/src/components/MermaidDiagramFrame';
13
13
14
14
This page is a **single interactive map** of the Cardano developer journey. **Hover** nodes for tooltips, **click** nodes to open docs (new tab). Use **Full view** on the diagram toolbar for fullscreen, and **Zoom in / out** (or **Ctrl/Cmd + scroll wheel** over the diagram) to change scale. It incorporates the [Session 12 DX audit themes](https://github.com/IntersectMBO/developer-experience/issues/200): local devnets, transaction anatomy, concurrency, debugging, hosted APIs, NFT standards, EVM migration, governance, L2, and cross-chain—without splitting content across many files.
15
15
16
-
Use the **tool grid** under the diagram to explore each product in depth. For tables and quick reference, see [Resources](../session-resources/readme.md).
16
+
The diagram is **supplementary**: it is dense on purpose. For a linear narrative, tables, and [curated links that match diagram nodes](../session-resources/readme.md#pathway-deep-links), use **Resources**.
17
+
18
+
Use the **tool grid** under the diagram to explore each product in depth.
17
19
18
20
---
19
21
@@ -23,7 +25,7 @@ Use the **tool grid** under the diagram to explore each product in depth. For ta
23
25
24
26
```mermaid
25
27
flowchart TD
26
-
subgraph orient [Orientation]
28
+
subgraph phase1 [Phase 1 · Orientation and entry]
27
29
start([Where are you starting])
28
30
beginner[Complete beginner no code yet]
29
31
web2[Web2 developer JS Python Rust Java and more]
@@ -41,36 +43,38 @@ flowchart TD
41
43
fund --> learnHere["Learn here Academy developers.cardano.org Gimbalabs cardano-course"]
42
44
end
43
45
44
-
subgraph crossCut [Cross-cutting knowledge]
45
-
stack2026["Default stack for most new builds in 2026 Aiken plus MeshJS plus Blockfrost swap Lucid Blaze Koios when needed"]
46
-
noFullNode["You do not need a synced full node for many dApps use Blockfrost Koios or Maestro"]
47
-
cborNote["CBOR appears in txs datums redeemers and addresses essential for low-level debugging"]
txAnatomy --> walletInt["Wallet integration CIP-30 dApp connector CIP-95 governance CIP-62 mobile hardware light vs full node wallets errors user reject and balance"]
115
+
walletCip --> walletOps["Connect flows errors mobile hardware light vs full node"]
110
116
111
-
walletInt --> feBuild["dApp UI tx building chain queries state UX"]
117
+
walletOps --> feBuild["dApp UI tx building chain state UX"]
112
118
113
119
trackInfra --> nodeCli[Cardano node and cardano-cli]
**How to read this map:** Steps run top to bottom, but **real delivery loops** between validators, off-chain builders, and UI—use the diagram for coverage, not as a strict waterfall.
231
+
219
232
<CardanoToolGridlabel="Explore tools APIs languages and learning platforms in detail" />
## 11. Pathway diagram deep links {#pathway-deep-links}
114
+
115
+
Curated links for nodes in the [Session Notes pathway diagram](../session-notes/readme.mdx). Use these when the generic developer portal is not enough.
116
+
117
+
### Local devnet (fast iteration) {#pathway-local-devnet}
118
+
119
+
-[Yaci DevKit](https://github.com/bloxbean/yaci-devkit) — local devnet and chain simulation
-[Fees and min ADA (Cardano Docs)](https://docs.cardano.org/explore-cardano/cardano-architecture/working-with-cardano-node/cardano-cli/#calculate-the-minimum-utxo-of-an-output)
0 commit comments