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
Ensure that `.gm` folder is present at `/Users/you/.gm` (if not, follow a [Guide](/docs/guides/gm-world.md) to set it up) and run the following command to (re)generate an entrypoint binary out of the code:
30
+
Ensure that `.gm` folder is present at `/Users/you/.gm` (if not, follow a [Guide](./gm-world.md) to set it up) and run the following command to (re)generate an entrypoint binary out of the code:
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](/docs/guides/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](/docs/guides/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
+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,15 +9,15 @@ 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](/docs/guides/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.
13
13
14
14
## Setting Up a Local DA Network
15
15
16
16
To set up a local DA network node on your machine, run the following script to install and start the local DA node:
Copy file name to clipboardExpand all lines: docs/guides/deploy/overview.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
@@ -6,7 +6,7 @@ description: This page provides an overview of some common ways to deploy chains
6
6
7
7
One of the benefits of building chains with Evolve is the flexibility you have as a developer to choose things like the DA layer, the settlement scheme, and the execution environment.
8
8
9
-
You can learn more about Evolve architecture [here](/learn/specs/overview.md).
9
+
You can learn more about Evolve architecture [here](../../learn/specs/overview.md).
10
10
11
11
The challenge that comes with this flexibility is that there are more services that now need to be deployed and managed while running your chain.
Copy file name to clipboardExpand all lines: docs/guides/deploy/testnet.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This tutorial is going to show you how to deploy a Evolve testnet, focusing on the architecture choices and components that make up a complete EVM-based chain deployment.
4
4
5
-
You can learn more about Evolve EVM architecture [here](/learn/execution.md).
5
+
You can learn more about Evolve EVM architecture [here](../../learn/execution.md).
6
6
7
7
<!-- markdownlint-disable MD033 -->
8
8
<scriptsetup>
@@ -90,7 +90,7 @@ graph TB
90
90
91
91
## 💻 Pre-requisites {#prerequisites}
92
92
93
-
Make sure you understand the sequencing topology you want to use by reading the [Sequencing Overview](/learn/sequencing/overview.md).
93
+
Make sure you understand the sequencing topology you want to use by reading the [Sequencing Overview](../..//learn/sequencing/overview.md).
94
94
95
95
## 🛠️ Dependencies {#dependencies}
96
96
@@ -107,7 +107,7 @@ Currently, Evolve supports one sequencing implementation:
107
107
-**Advantages**: Easy setup, fast block production, independence from DA block time
108
108
-**Requirements**: One sequencer node, multiple optional full nodes
109
109
110
-
For detailed information about sequencing topologies, see the [Sequencing Overview](/learn/sequencing/overview.md) and [Single Sequencer](/learn/sequencing/single.md) documentation.
110
+
For detailed information about sequencing topologies, see the [Sequencing Overview](../../learn/sequencing/overview.md) and [Single Sequencer](../../learn/sequencing/single.md) documentation.
Copy file name to clipboardExpand all lines: docs/guides/execution/cosmwasm.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
@@ -24,7 +24,7 @@ this tutorial.
24
24
25
25
## 💻 CosmWasm dependency {#dependencies}
26
26
27
-
As with the [GM Chain](/docs/guides/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:
0 commit comments