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
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).
4
10
5
11
## Version Control
6
12
@@ -11,7 +17,7 @@ Use Git and GitHub for collaboration and traceability.
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.
15
21
16
22
## Development Tools
17
23
@@ -25,7 +31,7 @@ Recommended setup for editing, shell, and formatting:
25
31
-[Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) or [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
26
32
-**Optional (protocol work/Haskell toolchain)**: [ghcup](https://www.haskell.org/ghcup/) to manage GHC, Cabal, HLS
27
33
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).
29
35
30
36
## Wallets
31
37
@@ -38,7 +44,7 @@ You use wallets to hold keys, sign transactions, and interact with dApps.
38
44
- 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.
39
45
- Use for dApp development, frontend integration, and user testing on testnets.
40
46
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).
42
48
43
49
## Cardano CLI and Node
44
50
@@ -74,7 +80,7 @@ Prefer an API if you don’t need to run a full node.
API keys and endpoints vary by network (mainnet, preprod, preview).
80
86
@@ -107,5 +113,11 @@ API keys and endpoints vary by network (mainnet, preprod, preview).
107
113
- Maintain separate configs for `mainnet`, `preprod`, and `preview`
108
114
- Align node/CLI versions with official releases
109
115
- 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.
Hands-on project to explore a dashboard implementation for Cardano wallet activity. Use this repository when working through the **Cardano Dev Environment** session to practice connecting tooling and inspecting transactions end-to-end.
0 commit comments