Skip to content

Commit ab2ea26

Browse files
authored
docs: add configuration section for Artela EVM++ (#460)
1 parent 5515fd6 commit ab2ea26

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

tutorials/artela-evm-plus-plus.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,27 @@ address: { Address Associated with the Private Key }
7474
7575
There are four testing accounts available in the local development node for interacting with the EVM chain.
7676
77+
## ⚙️ Configuring the Node
78+
79+
You can modify runtime parameters of the Artela development node by adjusting its configuration files. Follow the steps below to make these changes.
80+
81+
To configure the development node, first access the Docker container by running the following command:
82+
83+
```bash
84+
docker exec -it artroll /bin/bash
85+
```
86+
87+
Inside the container, you will need to modify the following configuration files:
88+
89+
- /root/.artroll/config/app.toml
90+
- /root/.artroll/config/config.toml
91+
92+
After making the necessary changes, return to the Docker host and restart the container to apply the new configuration:
93+
94+
```bash
95+
docker compose restart artroll
96+
```
97+
7798
## 🧪 Build on EVM++
7899
79100
Let’s dive into Artela EVM++ by kicking off with the Hello World project, the following code will guide you through the essentials:

0 commit comments

Comments
 (0)