The relayer node exposes some api routes in order to monitor the health of it:
- connection status between ethereum and multiversx clients
- information for each half-bridge regarding the current status
In order to setup the swagger for interacting with those routes we will use docker
-
Edit openapi.yaml, changing the host to the relayer address.
-
(Optionally) edit docker-compose.yml ports.
-
Run docker
docker-compose up -d
-
Go to localhost:8082 and start interacting with the swagger. Default value
(if you changed the port from docker-compose.yml, this has to be reflected also here)