mosaicdao/rust-mosaic

It should be possible to load the chain data from somewhere else

Closed this issue · 1 comments

As a developer
I want to download the chain data from the web
Because I want to start developing quickly
And not wait for the entire chains to sync.

When you run the docker compose command for the first time, the nodes need to sync the entire chain data. To speed up the process, it should be possible to get the chain data from a file download, e.g. tarball on S3. It should then be possible to run a provided script that loads the chain data into the container volume.

References #9