File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ Integration of the [`ledger`](https://github.com/IntersectMBO/cardano-ledger), [
77
88See the [ Contributing guide] ( CONTRIBUTING.md ) for how to contribute to this project.
99
10+ ## Development Setup
11+
12+ ### Using Claude Code
13+
14+ For developers using [ Claude Code] ( https://claude.ai/code ) , project-specific configuration can be set up by:
15+
16+ 1 . Clone the omni-dev-config repository:
17+ ``` bash
18+ git clone https://github.com/input-output-hk/omni-dev-config
19+ ```
20+
21+ 2 . Symlink ` CLAUDE.md ` from omni-dev-config to this repository:
22+ ``` bash
23+ ln -s /path/to/omni-dev-config/CLAUDE.md /path/to/cardano-api/CLAUDE.md
24+ ```
25+
26+ This provides Claude Code with project-specific context, coding standards, and best practices.
27+
1028## Core maintainers
1129
1230* [ Jordan Millar] ( https://github.com/Jimbo4350 )
You can’t perform that action at this time.
0 commit comments