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.
- Host: GitHub
- URL: https://github.com/boris/eth-explorer
- Owner: boris
- Created: 2024-09-03T10:56:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:01:02.000Z (over 1 year ago)
- Last Synced: 2025-04-05T09:14:42.310Z (over 1 year ago)
- Language: HTML
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)