Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviPtrs authored Jan 10, 2025
1 parent 4c52427 commit a967c01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a967c01

Please sign in to comment.