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
Welcome to the Advanced Guides section! These guides are for experienced developers ready to tackle complex Cardano development challenges and contribute to the ecosystem.
4
+
5
+
### Ecosystem Projects
6
+
-**Cardano DB Sync**: Check out this awesome guide to Cardano DB Sync [here](./cardano-db-sync.md)
7
+
-**Cardano API**: Check out this awesome guide to Cardano API [here](./cardano-api.md)
8
+
9
+
10
+
## Getting Involved
11
+
12
+
-**Core Development**: Contribute to [IntersectMBO repositories](https://github.com/IntersectMBO)
13
+
-**Research**: Engage with [IOG Research](https://iohk.io/en/research/library/)
14
+
-**Community Leadership**: Lead [Working Group sessions](../../working-group/readme.md)
15
+
-**Mentorship**: Help in Discord and Stack Exchange
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/session-notes/readme.md#core-repositories) and [Documentation Resources](../../01-kickoff-orientation/session-notes/readme.md#documentation-resources).
11
+
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/session-notes/readme.md) and [Documentation Resources](../../01-kickoff-orientation/session-notes/readme.md).
12
12
13
13
## Version Control
14
14
@@ -19,7 +19,7 @@ Use Git and GitHub for collaboration and traceability.
Refer to governance, repos, and contribution links in [Documentation Resources](../../01-kickoff-orientation/session-notes/readme.md#documentation-resources) instead of duplicating here.
22
+
Refer to governance, repos, and contribution links in [Documentation Resources](../../01-kickoff-orientation/session-notes/readme.md) instead of duplicating here.
23
23
24
24
## Development Tools
25
25
@@ -33,7 +33,7 @@ Recommended setup for editing, shell, and formatting:
33
33
-[Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) or [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
34
34
-**Optional (protocol work/Haskell toolchain)**: [ghcup](https://www.haskell.org/ghcup/) to manage GHC, Cabal, HLS
35
35
36
-
For broader tooling and SDKs, see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md#essential-tooling).
36
+
For broader tooling and SDKs, see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md).
37
37
38
38
## Wallets
39
39
@@ -82,7 +82,7 @@ Prefer an API if you don’t need to run a full node.
0 commit comments