Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xvashishth/blockexplorer
https://github.com/0xvashishth/blockexplorer
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xvashishth/blockexplorer
- Owner: 0xvashishth
- Created: 2023-01-21T19:18:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T09:02:56.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:49:08.601Z (7 months ago)
- Language: JavaScript
- Size: 448 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum Block Explorer By Vashishth Patel
Let's put that knowledge to the test by building our very own **Ethereum Block Explorer**!
Blockexplorers give us the ability to view lots of different information about the blockchain including data about:
* the blockchain network itself
* blocks in the blockchain
* transactions in a block
* accounts
* and many other things
[Etherscan](https://etherscan.io/) is a good example of an Ethereum blockexplorer. Check it out to get familiar with how blockexplorers generally work.