An open API service indexing awesome lists of open source software.

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

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

![](screenshot.png)