This past week, I have been working on indexing data and storing it in MongoDB. The data I am collecting is transaction hashes from the blockchain, specifically for the 'from' and 'to' fields. The process of collecting this data took longer than expected, as there were 286k transaction hashes to gather. However, I was able to successfully gather all of the data needed.
In addition to the data indexing, I also worked on developing the front-end for retrieving data. This includes creating a search bar for users to easily search for specific data, as well as general statistics that can be displayed on the front-end.
With the indexer and front-end development now complete, I will be working on integrating the two. I anticipate this step will take one day to complete.
Once the indexer and front-end are integrated, I will be compiling the data. This process will also take one day to complete.