mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 21:25:49 +00:00
The tutorial explains the right way to do things, but the example code has a file that is out of date. It shows CLIENT="wss://s.altnet.rippletest.net" which is missing the ":51233/" required to actually connect via websocket.
4 lines
166 B
Bash
4 lines
166 B
Bash
CLIENT="wss://s.altnet.rippletest.net:51233/"
|
|
EXPLORER_NETWORK="testnet"
|
|
SEED="s████████████████████████████"
|