https://tudmotu.github.io/leveldb-explorer/
An Ethereum LevelDB explorer and tutorial
https://tudmotu.github.io/leveldb-explorer/
ethereum geth leveldb
Last synced: 5 months ago
JSON representation
An Ethereum LevelDB explorer and tutorial
- Host: GitHub
- URL: https://tudmotu.github.io/leveldb-explorer/
- Owner: Tudmotu
- License: unlicense
- Created: 2022-12-21T13:25:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T17:21:06.000Z (over 2 years ago)
- Last Synced: 2025-05-08T03:04:15.770Z (5 months ago)
- Topics: ethereum, geth, leveldb
- Language: JavaScript
- Homepage: https://tudmotu.github.io/leveldb-explorer/
- Size: 99.6 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- On-Chain-Investigations-Tools-List - Ethereum leveldb Explorer
README
# Ethereum LevelDB Explorer and Tutorial
This repository is an educational resource meant for people interested in
understading Ethereum's underlying data storage architecture. This is an
advanced topic.https://tudmotu.github.io/leveldb-explorer/
# Running locally
Clone this repository, then run:
```shell
$ npm ci
$ npm run build
$ npx http-server
```Whenever you change the Javascript you should run `npm run build`. No need to
restart the `http-server`.# Contributing
Contributions are welcome. This project is still WIP.Please do not submit random PRs. Instead, first open an issue so we can discuss
your suggestions. If there are open issues that you would like to tackle, first
comment and ask to work on it before jumping into PRs.Thank you.