Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 532 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 532 Bytes

Read-LevelDB-Geth

This is a supporting repo for etherworld.co article

follow the steps:-

you will a local geth instance ro run this demo..

  1. git clone [email protected]:bit-warrior/Read-LevelDB-Geth.git
  2. change directory to cloned rep
  3. Open index.js and change the path to local geth cahian data
const db=new ReadLevelDB("path_to_chain_chaindata");

  1. npm install
  2. node index.js

alt text