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
Copy file name to clipboardExpand all lines: docs/guides/da/celestia-da.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import constants from '../../.vitepress/constants/constants.js'
9
9
10
10
This tutorial serves as a comprehensive guide for deploying your chain on Celestia's data availability (DA) network. From the Evolve perspective, there's no difference in posting blocks to Celestia's testnets or Mainnet Beta.
11
11
12
-
Before proceeding, ensure that you have completed the [gm-world](./gm-world.md) tutorial, which covers installing the Testapp CLI and running a chain against a local DA network.
12
+
Before proceeding, ensure that you have completed the [gm-world](../gm-world.md) tutorial, which covers installing the Testapp CLI and running a chain against a local DA network.
13
13
14
14
## 🪶 Running a Celestia light node
15
15
@@ -46,7 +46,7 @@ After successfully starting a light node, it's time to start posting the batches
46
46
47
47
## 🏗️ Prerequisites {#prerequisites}
48
48
49
-
-`gmd` CLI installed from the [gm-world](./gm-world.md) tutorial.
49
+
-`gmd` CLI installed from the [gm-world](../gm-world.md) tutorial.
Copy file name to clipboardExpand all lines: docs/guides/da/local-da.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import constants from '../../.vitepress/constants/constants.js'
9
9
10
10
This tutorial serves as a comprehensive guide for using the [local-da](https://github.com/evstack/ev-node/tree/main/da/cmd/local-da) with your chain.
11
11
12
-
Before proceeding, ensure that you have completed the [build a chain](./gm-world.md) tutorial, which covers setting-up, building and running your chain.
12
+
Before proceeding, ensure that you have completed the [build a chain](../gm-world.md) tutorial, which covers setting-up, building and running your chain.
Copy file name to clipboardExpand all lines: docs/guides/execution/cosmwasm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ this tutorial.
24
24
25
25
## 💻 CosmWasm dependency {#dependencies}
26
26
27
-
As with the [GM Chain](./gm-world.md), we use [kurtosis](https://docs.kurtosis.com/) to help with managing all the services we need to run. You can [install kurtosis here](https://docs.kurtosis.com/install).
27
+
As with the [GM Chain](../gm-world.md), we use [kurtosis](https://docs.kurtosis.com/) to help with managing all the services we need to run. You can [install kurtosis here](https://docs.kurtosis.com/install).
28
28
29
29
Once installed, you can verify the installation by running:
30
30
@@ -174,7 +174,7 @@ we want it to be as small as possible.
174
174
<!-- markdownlint-disable MD051 -->
175
175
176
176
The CosmWasm team provides a tool called `rust-optimizer`, which requires
177
-
[Docker](#docker-installation) in order to compile.
0 commit comments