Files
xahau.js/packages/xahau/test/integration
tequ 5ec5ad8e1e Deep Freeze XLS-77d (#2873) (#29)
Co-authored-by: Chenna Keshava B S <21219765+ckeshava@users.noreply.github.com>
Co-authored-by: Denis Angell <dangell@transia.co>
2025-10-02 18:51:18 +02:00
..
2025-03-14 15:40:35 +01:00
2025-03-14 15:08:35 +01:00
2025-03-14 15:08:35 +01:00
2025-03-14 15:08:35 +01:00
2025-03-14 15:08:35 +01:00
2025-03-14 15:08:35 +01:00
2025-03-14 16:50:42 +01:00
2025-03-14 15:08:35 +01:00
2025-03-14 15:08:35 +01:00
2025-03-14 15:40:35 +01:00
2025-03-14 15:08:35 +01:00
2025-03-14 16:50:42 +01:00

To run integration tests:

  1. Run rippled in standalone node, either in a docker container (preferred) or by installing rippled.
  • Go to the top-level of the xahau.js repo, just above the packages folder.
  • With docker, run docker run -p 6006:6006 --interactive -t --volume $PWD/.ci-config:/opt/ripple/etc/ --platform linux/amd64 rippleci/rippled:2.2.0-b3 /opt/ripple/bin/rippled -a --conf /opt/ripple/etc/rippled.cfg
  • Or download and build rippled and run ./rippled -a --start
    • If you'd like to use the latest rippled amendments, you should modify your rippled.cfg file to enable amendments in the [amendments] section. You can view .ci-config/rippled.cfg in the top level folder as an example of this.
  1. Run npm run test:integration or npm run test:browser