Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 546 Bytes

File metadata and controls

18 lines (14 loc) · 546 Bytes

Indexer-service

A blockchain indexer which scans each and every block and stores all details. The service indexes data from FROM_BLOCK to TO_BLOCK and exposes api for transactions of an address.

How to Run

Provide these values in the .env file. NODE_ENDPOINT= DB_HOST= DB_USER= DB_PASSWORD= DB_NAME=

Use the below command to run

node index.js

System Architecture

Screenshot 2023-05-17 at 10 30 27 PM