Stocra is a set of applications to run blockchain-api as a service
- genesis - library to interact with blockchain nodes
- sidecar - API service exposing data from nodes in uniform format
- precacher - service to cache the most recent blocks and transactions
- filler - service to fill db with relations between blocks and transactions for blockchains that do not expose it themselves
- web - web for stocra public API deployment
- sdk-python - Python SDK to interact with APIs exposed by sidecars
- infrastructure - set of templates and scripts to run stocra