Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 762 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 762 Bytes

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:

$ 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.