trueblocks-core
trueblocks-core copied to clipboard
BlockJoy image
Just thinking about the BlockJoy image. What would the code do?
- Start the API server
- Run chifra init
- Run chifra scrape
- 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:
- Control the API server
- Start/stop/check status of the scraper/init
- 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.