trueblocks-core icon indicating copy to clipboard operation
trueblocks-core copied to clipboard

BlockJoy image

Open tjayrush opened this issue 1 year ago • 0 comments

Just thinking about the BlockJoy image. What would the code do?

  1. Start the API server
  2. Run chifra init
  3. Run chifra scrape
  4. Run chifra monitors

In this way, the thing would initialize itself and continue to keep itself up-to-date to the chain.

It would also provide a data API.

It needs a configuration UI in order to:

  1. Control the API server
  2. Start/stop/check status of the scraper/init
  3. Add/remove/edit monitors

All of this can be easily done with the API and internal go routines in a single, smallish app that would run on boot of the image.

tjayrush avatar Apr 18 '24 22:04 tjayrush