Compare commits

...

2 Commits

Author SHA1 Message Date
HALO 994a6c3c12
Merge ed837e4a3c into 34f3b719e4 2025-10-28 22:27:08 +03:00
Budalebah ed837e4a3c
fixing pathways
fixing pathways of pr's
2024-07-18 22:23:16 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Adding a new stack
See [this PR](https://git.vdb.to/cerc-io/stack-orchestrator/pull/434) for an example of how to currently add a minimal stack to stack orchestrator. The [reth stack](https://git.vdb.to/cerc-io/stack-orchestrator/pull/435) is another good example.
See [this PR](https://git.vdb.to/cerc-io/stack-orchestrator/pulls/434) for an example of how to currently add a minimal stack to stack orchestrator. The [reth stack](https://git.vdb.to/cerc-io/stack-orchestrator/pulls/434) is another good example.
For external developers, we recommend forking this repo and adding your stack directly to your fork. This initially requires running in "developer mode" as described [here](/docs/CONTRIBUTING.md). Check out the [Namada stack](https://github.com/vknowable/stack-orchestrator/blob/main/app/data/stacks/public-namada/digitalocean_quickstart.md) from Knowable to see how that is done.