Skip to content

Service to index ethereum transactions related to given addresses

Notifications You must be signed in to change notification settings

hyperdivision/eth-indexer-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eth-indexer-service

Runs a eth-transaction-indexer and logs to a Hyperbee.

Usage

Start the service with:

git clone ...
cd eth-indexer-service
npm install

node index -p <PORT> -d <DIRECTORY>
> index stored at: <FEED_KEY>

Data will be a logged to a hypercore with the given FEED_KEY.

To add an Ethereum address to be indexed, send a POST request of the form:

curl -X POST http://localhost:8080/add?addr=0xde...adbeef

About

Service to index ethereum transactions related to given addresses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published