You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`--name rippled_standalone` is an instance name for clarity
77
77
*`--volume $PWD/.ci-config:/etc/opt/ripple/` identifies the `rippled.cfg` and `validators.txt` to import. It must be an absolute path, so we use `$PWD` instead of `./`.
78
78
*`rippleci/rippled` is an image that is regularly updated with the latest `rippled` releases
79
-
*`--entrypoint bash rippleci/rippled:2.3.0-rc1` manually overrides the entrypoint (for versions of rippled >= 2.3.0)
79
+
*`--entrypoint bash rippleci/rippled:develop` manually overrides the entrypoint (for the latest version of rippled on the `develop` branch)
80
80
*`-c 'rippled -a'` provides the bash command to start `rippled` in standalone mode from the manual entrypoint
81
81
82
82
### Browser Tests
@@ -92,7 +92,7 @@ This should be run from the `xrpl.js` top level folder (one above the `packages`
92
92
```bash
93
93
npm run build
94
94
# sets up the rippled standalone Docker container - you can skip this step if you already have it set up
0 commit comments