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

https://github.com/boris/eth-explorer

Very simple Ethereum explorer, like Etherscan but poor.
https://github.com/boris/eth-explorer

Last synced: 6 months ago
JSON representation

Very simple Ethereum explorer, like Etherscan but poor.

Awesome Lists containing this project

README

          

# Ethereum Blockchain Explorer

## Why?
_just for fun_... and to learn more about the Ethereum blockchain, Ethereum
nodes and do some coding.

## What is this?
A very simple page that will diplay:
- The last 10-_ish_ blocks mined
- A link to the block showing what's inside it

# How to run it?
1. Clone this repo
1. Create a python virtual environment (I'm using [pyenv](https://github.com/pyenv/pyenv)), might not be the best way to do it, but it what it is. In any case, I included a `make dev-setup` that will create a virtual environment for you.
1. Install the requirements: `pip install -r requirements.txt`
1. Run the app: `make run`

# Deploy
Currently it's being deployed from a [different repository](https://github.com/boris/kubernetes/tree/main/helm/eth-explorer) and it's running at [eth.borisquiroz.dev](https://eth.borisquiroz.dev/)