mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
* clean up utils * more cleanup * remove client.sign * remove unneeded tests * remove unneeded infra * move helper functions to separate files * fix linter issues * more cleanup * make helper functions more generally useful * fix test account funding * add import note to README * lint browser tests * run eslint --fix
To run integration tests:
- Run rippled-standalone node, either in a docker container (preferred) or by installing rippled.
- With docker, run
docker run -p 6006:6006 -it natenichols/rippled-standalone:latest - Or download and build rippled and run
./rippled -a
- Run
yarn test:integrationoryarn test:browser
When editing integration tests:
- All imports should be from
xrpl-localinstead of../../src(browser tests need this)