ipld-eth-beacon-indexer/internal/boot/boot.md
Abdul Rabbani d7ad4108a7 Code clean up + Beacon Chain Connection
This concludes all the code needed to connect to the DB and beacon node. We will no longer reference the lighthouse client because this application should work interchangeably with any beacon node.

I have also standardized logging.
2022-04-20 18:12:44 -04:00

228 B

Overview

This small package will group all the functions needed to start the application. The functions listed here can be utilized regardless of whether the application is meant to track head or for historic processing.