Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Sep 17, 2023
1 parent 273b09d commit 1729165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dotnet test --verbosity normal --filter "TestU"
### Integration Tests

## Running Tests
For integration tests, we use a `rippled` node in standalone mode to test XRPLSwift code against. To set this up, you can either run `rippled` locally, or set up the Docker container `natenichols/rippled-standalone:latest` for this purpose. The latter will require you to [install Docker](https://docs.docker.com/get-docker/).
For integration tests, we use a `rippled` node in standalone mode to test XRPLSwift code against. To set this up, you can either run `rippled` locally, or set up the Docker container `xrpllabsofficial/xrpld:1.12.0` for this purpose. The latter will require you to [install Docker](https://docs.docker.com/get-docker/).

```bash
# sets up the rippled standalone Docker container - you can skip this step if you already have it set up
Expand Down

0 comments on commit 1729165

Please sign in to comment.