Skip to content

A blockchain indexer which scans each and every block and stores all details.

Notifications You must be signed in to change notification settings

chetankashetti/Indexer-service

Repository files navigation

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

About

A blockchain indexer which scans each and every block and stores all details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published