Skip to content

Commit 2d88569

Browse files
authored
Merge pull request #129 from thisisobate/ci-fix
Chore: Fix CI in prod
2 parents 056ba9d + 270b17e commit 2d88569

File tree

3 files changed

+30
-16
lines changed
  • DA Milestones/Uche/Q4 2025
  • website/docs
    • how-to-guide/advanced
    • working-group/q1-2025/sessions/03-dev-environment-setup/session-notes

3 files changed

+30
-16
lines changed

DA Milestones/Uche/Q4 2025/IRL_event.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Advanced Guides
2+
3+
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
16+
17+
## Resources for Advanced Developers
18+
19+
- [Cardano Improvement Proposals (CIPs)](https://github.com/cardano-foundation/CIPs)
20+
- [Formal Specifications](https://github.com/IntersectMBO/cardano-ledger#formal-specifications)
21+
- [Technical Working Groups](https://intersectmbo.org)
22+
23+
---
24+
25+
*These guides represent the cutting edge of Cardano development. Your expertise and contributions help shape the future of the ecosystem.*

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /working-group/q1-2025/sessions/03-dev-environment-setup/session-notes
88

99
# Cardano Dev Environment
1010

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

1313
## Version Control
1414

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

22-
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.
2323

2424
## Development Tools
2525

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

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

3838
## Wallets
3939

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

8383
For service options and links, see:
8484

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

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

@@ -115,7 +115,7 @@ API keys and endpoints vary by network (mainnet, preprod, preview).
115115
- Maintain separate configs for `mainnet`, `preprod`, and `preview`
116116
- Align node/CLI versions with official releases
117117
- Document project-specific steps in your repo `README` for team consistency
118-
- 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)
118+
- 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)
119119

120120
## Session Resources
121121

0 commit comments

Comments
 (0)