mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
`SignerQuorum` field has to be 0 and the `SignerEntrys` field has to be `undefined` Co-authored-by: Caleb Kniffen <ckniffen@ripple.com>
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
npm test:integrationornpm test:browser