Skip to content

Commit 6cf522c

Browse files
author
danbaruka
committed
docs(session-03): add overview page
1 parent 93e641b commit 6cf522c

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

  • website/docs/working-group/q1-2025/sessions/03-dev-environment-setup/01-session

website/docs/working-group/q1-2025/sessions/03-environment-setup/readme.md renamed to website/docs/working-group/q1-2025/sessions/03-dev-environment-setup/01-session/readme.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
---
2+
title: Session 03 Overview
3+
sidebar_label: Session
4+
slug: /working-group/q1-2025/sessions/03-dev-environment-setup/session
5+
---
6+
17
# Cardano Dev Environment
28

3-
A well-structured environment is essential for building, testing, and contributing to Cardano projects. This guide outlines the core components and links you to canonical setup instructions. For background on core repos and ecosystem resources, see the Kickoff session: [Core Repositories](../01-kickoff-orientation/readme.md#core-repositories) and [Documentation Resources](../01-kickoff-orientation/readme.md#documentation-resources).
9+
A well-structured environment is essential for building, testing, and contributing to Cardano projects. This guide outlines the core components and links you to canonical setup instructions. For background on core repos and ecosystem resources, see the Kickoff session: [Core Repositories](../../01-kickoff-orientation/readme.md#core-repositories) and [Documentation Resources](../../01-kickoff-orientation/readme.md#documentation-resources).
410

511
## Version Control
612

@@ -11,7 +17,7 @@ Use Git and GitHub for collaboration and traceability.
1117
- Git installed locally (`git --version`)
1218
- Suggested branch model: `main` (stable), `dev` (active), `feature/*` (scoped work)
1319

14-
Refer to governance, repos, and contribution links in [Documentation Resources](../01-kickoff-orientation/readme.md#documentation-resources) instead of duplicating here.
20+
Refer to governance, repos, and contribution links in [Documentation Resources](../../01-kickoff-orientation/readme.md#documentation-resources) instead of duplicating here.
1521

1622
## Development Tools
1723

@@ -25,7 +31,7 @@ Recommended setup for editing, shell, and formatting:
2531
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) or [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
2632
- **Optional (protocol work/Haskell toolchain)**: [ghcup](https://www.haskell.org/ghcup/) to manage GHC, Cabal, HLS
2733

28-
For broader tooling and SDKs, see [Essential Tooling](../01-kickoff-orientation/readme.md#essential-tooling).
34+
For broader tooling and SDKs, see [Essential Tooling](../../01-kickoff-orientation/readme.md#essential-tooling).
2935

3036
## Wallets
3137

@@ -38,7 +44,7 @@ You use wallets to hold keys, sign transactions, and interact with dApps.
3844
- When you use extension wallets, you have an easy way to connect dApps in the browser. It helps you test user flows quickly with a familiar UI.
3945
- Use for dApp development, frontend integration, and user testing on testnets.
4046

41-
See options and integration links in [Kickoff › Wallet Integration](../01-kickoff-orientation/readme.md#wallet-integration).
47+
See options and integration links in [Kickoff › Wallet Integration](../../01-kickoff-orientation/readme.md#wallet-integration).
4248

4349
## Cardano CLI and Node
4450

@@ -74,7 +80,7 @@ Prefer an API if you don’t need to run a full node.
7480

7581
For service options and links, see:
7682

77-
- [Kickoff Orientation › Block Explorers & APIs](/docs/working-group/q1-2025/sessions/kickoff-orientation#block-explorers--apis)
83+
- [Kickoff Orientation › Block Explorers & APIs](../../01-kickoff-orientation/readme.md#block-explorers--apis)
7884

7985
API keys and endpoints vary by network (mainnet, preprod, preview).
8086

@@ -107,5 +113,11 @@ API keys and endpoints vary by network (mainnet, preprod, preview).
107113
- Maintain separate configs for `mainnet`, `preprod`, and `preview`
108114
- Align node/CLI versions with official releases
109115
- Document project-specific steps in your repo `README` for team consistency
110-
- For deeper ecosystem links (wallets, SDKs, explorers), see [Essential Tooling](../01-kickoff-orientation/readme.md#essential-tooling) and [Block Explorers & APIs](../01-kickoff-orientation/readme.md#block-explorers-apis)
111-
This document is part of the Q1 2025 Developer Experience Working Group sessions.
116+
- For deeper ecosystem links (wallets, SDKs, explorers), see [Essential Tooling](../../01-kickoff-orientation/readme.md#essential-tooling) and [Block Explorers & APIs](../../01-kickoff-orientation/readme.md#block-explorers-apis)
117+
118+
## Session Resources
119+
120+
- Explore companion materials in the [Cardano Dev Environment resources](../02-resources/readme.md), including the Cardano Demo Wallet Dashboard repository.
121+
122+
This document is part of the Q1 2025 Developer Experience Working Group sessions.
123+

0 commit comments

Comments
 (0)