File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,27 @@ address: { Address Associated with the Private Key }
74
74
75
75
There are four testing accounts available in the local development node for interacting with the EVM chain.
76
76
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
+
77
98
# # 🧪 Build on EVM++
78
99
79
100
Let’s dive into Artela EVM++ by kicking off with the Hello World project, the following code will guide you through the essentials:
You can’t perform that action at this time.
0 commit comments