This project is meant to teach the participants about the structure of the Ethereum blockchain, how by the help of APIs like Infura and Web3.js, they can connect directly to the Ethereum blockchain using a JSON RPC API, which acts as a mediator between Web2 and Web3.
There are mainly 2 folders: /scripts & /frontend. The /scripts folder has 2 Javascript files: etherscan.js
(used to fetch data from the Ethereum blockchain and writing a JSON file to store that data) and script.js
(that renders JSON in the HTML page). The /frontend folder has 1 HTML file, where a file input is required to render JSON data.
To know who it is, visit: https://tokenview.com/en/learn/eth-top-rich-address
Also add a timestamp
key in data4.json
with its value as the current timestamp (use JS built-in functions to get current timestamp