Sequencer Health Check
This section covers how to check the status of your RollApp and its components. Monitoring the status of your RollApp is crucial for ensuring its smooth operation and quickly identifying any issues that may arise.
To check the status of your sequencer, you can use the following command:
curl <rollapp_rpc_url>/health
If successful, you should receive a response similar to:
{"jsonrpc":"2.0","result":{"isHealthy":true,"error":""},"id":-1}
the isHealthy
field indicates whether the service is running correctly.