This is a supporting repo for etherworld.co article
follow the steps:-
you will a local geth instance ro run this demo..
- git clone git@github.com:bit-warrior/Read-LevelDB-Geth.git
- change directory to cloned rep
- Open index.js and change the path to local geth cahian data
const db=new ReadLevelDB("path_to_chain_chaindata");
- npm install
- node index.js