From a967c01b913723cddbfa7d65fed60a8099ffd90c Mon Sep 17 00:00:00 2001 From: Davi Petris <37764531+DaviPtrs@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:36:25 -0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d1cb7b7..f959ca8 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ wget https://raw.githubusercontent.com/renlabs-dev/torus-substrate/refs/heads/ma docker compose up -d ``` +The node RPC port defaults to 9944, so to connect to it locally you can just use localhost: +ws://localhost:9944 + +If deployed on a remote machine (not recomended without setting up a reverse proxy like Traefik and having SSL enabled), replace localhost with the VM public ipv4 address, like the below examble +ws://123.123.123.123:9944 + ## Development Check your code with: