This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Description
At the moment, the data fetching scripts are run once before compiling the beet_api, however it's entirely possible for new blockchain data to be created after compilation and we'd be missing out on this info.
We should perhaps move away from solely pre-compilation data fetching, to during runtime scheduled data fetching.
We can use the following elysiajs package to schedule regularly fetching the data, if being run on a server for example.
https://github.com/elysiajs/elysia-cron