Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions DA Milestones/Uche/Q4 2025/IRL_event.md

This file was deleted.

25 changes: 25 additions & 0 deletions website/docs/how-to-guide/advanced/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Advanced Guides

Welcome to the Advanced Guides section! These guides are for experienced developers ready to tackle complex Cardano development challenges and contribute to the ecosystem.

### Ecosystem Projects
- **Cardano DB Sync**: Check out this awesome guide to Cardano DB Sync [here](./cardano-db-sync.md)
- **Cardano API**: Check out this awesome guide to Cardano API [here](./cardano-api.md)


## Getting Involved

- **Core Development**: Contribute to [IntersectMBO repositories](https://github.com/IntersectMBO)
- **Research**: Engage with [IOG Research](https://iohk.io/en/research/library/)
- **Community Leadership**: Lead [Working Group sessions](../../working-group/readme.md)
- **Mentorship**: Help in Discord and Stack Exchange

## Resources for Advanced Developers

- [Cardano Improvement Proposals (CIPs)](https://github.com/cardano-foundation/CIPs)
- [Formal Specifications](https://github.com/IntersectMBO/cardano-ledger#formal-specifications)
- [Technical Working Groups](https://intersectmbo.org)

---

*These guides represent the cutting edge of Cardano development. Your expertise and contributions help shape the future of the ecosystem.*
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /working-group/q1-2025/sessions/03-dev-environment-setup/session-notes

# Cardano Dev Environment

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).
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).

## Version Control

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

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

## Development Tools

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

For broader tooling and SDKs, see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md#essential-tooling).
For broader tooling and SDKs, see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md).

## Wallets

Expand Down Expand Up @@ -82,7 +82,7 @@ Prefer an API if you don’t need to run a full node.

For service options and links, see:

- [Kickoff Orientation › Block Explorers & APIs](../../01-kickoff-orientation/session-notes/readme.md#block-explorers--apis)
- [Kickoff Orientation › Block Explorers & APIs](../../01-kickoff-orientation/session-notes/readme.md)

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

Expand Down Expand Up @@ -115,7 +115,7 @@ API keys and endpoints vary by network (mainnet, preprod, preview).
- Maintain separate configs for `mainnet`, `preprod`, and `preview`
- Align node/CLI versions with official releases
- Document project-specific steps in your repo `README` for team consistency
- For deeper ecosystem links (wallets, SDKs, explorers), see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md#essential-tooling) and [Block Explorers & APIs](../../01-kickoff-orientation/session-notes/readme.md#block-explorers-apis)
- For deeper ecosystem links (wallets, SDKs, explorers), see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md) and [Block Explorers & APIs](../../01-kickoff-orientation/session-notes/readme.md)

## Session Resources

Expand Down