Self-hosted https://api.ergoplatform.com/api/v0/

I noticed a lot of project rely on https://api.ergoplatform.com/api/v0/ for the UI.
It would be nice to be able to run the same service locally, and connect the web UI to it.
I looked at the full node API but could not find the same functionnality.
How do I go about it ?

2 Likes

Please check GitHub - ergoplatform/explorer-backend: Ergo Blockchain Explorer

1 Like

Also check ergo-bootstrap which contains a set of utilities including explorer

Thanks a lot !
This was the easiest to setup for me.

Thanks I will look into it.