`npm test`
`node index.js` and observe log
From my machine after waiting for a block:
```
chronik-client connected to websocket hosted by wss://chronik.pay2stay.com/xec/ws
Express server started on port 3333
/status from IP: ::1, host localhost:3333
{
type: 'Block',
msgType: 'BLK_CONNECTED',
blockHash: '00000000000000001da2a9a5693b38c5a330e7e3703d0effab6c28b41aa050bb',
blockHeight: 833731
}
{
type: 'Block',
msgType: 'BLK_FINALIZED',
blockHash: '00000000000000001da2a9a5693b38c5a330e7e3703d0effab6c28b41aa050bb',
blockHeight: 833731
}
```
navigate to `http://localhost:3333/status` and view `{"status":"running"}`
{F7383297}
Confirm that ctrl+c will shut down the server
From my machine:
`^Ctoken-server shut down by ctrl+c`