explorer-backend
explorer-backend copied to clipboard
Ergo Blockchain Explorer
The readme should have description of the modules ### explorer-api - how to obtain the yaml file - where to look for endpoints - where to look for request handlers...
Based on https://github.com/ergoplatform/ergo-explorer/issues/75
- Add list of micro services with descriptions - Add/update list of components - Describe interactions between compontes
Add api route that takes array of token ids and returns boxes, where this tokens were issued.
Please provide the same json structure for transactions returned by `/transactions/unconfirmed`, `/transactions/unconfirmed/byAddress/` and `/addresses//transactions`. For lighweight clients it is very useful to have `address` and `value` information in inputs (when...
We found a bug in explorer APIs which seems to be related to data storage and sorting. We have an address that we know the related boxes are not currently...
Hi, This might improve performance a lot in both query time and indexing time. Problem : - ErgoTreeTemplate is created here for ALL ErgoTrees instead of just P2SH. The Template...