Skip to content

vokracko/stocra-filler

Repository files navigation

Filler

Filler continuously fills relations between blocks and transactions into a nosql database. This is used only for blockchains that do not expose that relationship in their API.

How to run locally

Define the following variables in .env file:

NODE_BLOCKCHAIN="eos"
NODE_URL="<node_url>"
NODE_TOKEN="<node_token>"

Terminal

./scripts/entrypoint

Docker compose

docker-compose up -d

About

Fill nosql DB with relations between blocks and transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published