From b252054cc7dd1f7f40f4dd1d0f34e5e5071c3260 Mon Sep 17 00:00:00 2001 From: omercanyenigun <77763663+omercanyenigun@users.noreply.github.com> Date: Sun, 7 Jul 2024 03:33:21 +0300 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f5cb4d..fe1a6b3 100644 --- a/README.md +++ b/README.md @@ -82,14 +82,44 @@ info="EVM Track" ./build/tracks create-station --tracks "$accountAddressArray" --accountName "$accountName" --accountPath "$accountPath" --jsonRPC "$jsonRPC" --info "$info" --bootstrapNode "$bootstrapNode" ``` -## Step 8: Start the Tracks +## Step 8: Service Settings -Finally, start the node to begin interacting with the Tracks blockchain. +```shell +tee /etc/systemd/system/tracksd.service > /dev/null <