This service also runs here -- https://strategyengine.one/api/distribution/swagger-ui.html All endpoints are description listed on the swagger page
#How to run locally
- Install https://jdk.java.net/java-se-ri/11
- Install maven https://maven.apache.org/download.cgi
- install docker https://docs.docker.com/get-docker/
- sh run_local.sh
- Navigate to the swagger page and you can call the endpoints directly http://localhost:8080
- Click the XRPL Trustline endpoints section
- Click POST /api/payment
- Click Model where it says Model|Schema for documentation on each parameter
#Good luck!