pragmaxim-com / ergo-uexplorer

Supplementary ergo chain explorer/analyzer with Scala/ZIO
MIT License
15 stars 1 forks source link

Proxy rest-api requests to node #45

Closed pragmaxim closed 1 year ago

pragmaxim commented 1 year ago

/explorer/* - these are explorer's endpoints /* - everything else is proxied over to best-available Node in this order (local, specified-remote, any-peer)

I made sure that any Node that request is proxied to is fully synchronized as otherwise it would be hard to reason about.