This project was bootstrapped with Create React App.
In the project directory, you can run:
Install required packages
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
On top of the screen, there is a button called "Connect Wallet"
Click on that button to get started.
It will show you a metamask popup to connect your wallet.
Once connected, the web app starts loading the blockchain data.
In the list of the blocks, there are 3 links.
- Block number - To show the detailed information and transactions of that block.
- Miner - To show the miner information on etherscan.io
- Transactions - To show the transactions on etherscan.io
In the list of the transactions, there are 3 links and 1 checkbox.
- Self Transaction Only - To toggle between self transactions and the entire transactions of that block.
- Transaction Hash - To show the transaction data on etherscan.io
- From - To show the information of the sender on etherscan.io
- To - To show the information of the receiver on etherscan.io