https://github.com/dimaskiddo/ethereum-explorer
Ethereum Blockchain Explorer
https://github.com/dimaskiddo/ethereum-explorer
Last synced: 12 days ago
JSON representation
Ethereum Blockchain Explorer
- Host: GitHub
- URL: https://github.com/dimaskiddo/ethereum-explorer
- Owner: dimaskiddo
- Created: 2019-12-04T11:02:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:56:34.000Z (over 3 years ago)
- Last Synced: 2025-01-06T20:38:20.525Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 0
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Ethereum-Block-Explorer
The Ethereum Block Expolorer
## How to start?
```bash
$ npm install
$ ETHEREUM_RPC_URL= npm start
```
## What features are there?
This app use [`web3.js`](https://github.com/ethereum/web3.js/) library.
* Block info search
* Transaction info search
* Address info search
