keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Run Esplora Block Explorer as part of bitcoin setup #88

Closed nkuba closed 3 years ago

nkuba commented 3 years ago

Esplora is a block explorer from Blockstream: https://github.com/blockstream/esplora

The page will be exposed at http://localhost:8094

beaurancourt commented 3 years ago

I just pulled down the latest version, and I'm getting errors when I try to load a block:

image

image

If I refresh the page, I get a 404:

image

nkuba commented 3 years ago

I've got the same problems with nginx 1.17

nkuba commented 3 years ago

@beaushinkle should be fine now.

beaurancourt commented 3 years ago

How'd you discover that --unsafe-perm was the move?

beaurancourt commented 3 years ago

inspecting blocks works fine now, but I'm still getting the 404 on refresh @_@

beaurancourt commented 3 years ago

notably, the refresh bug doesn't happen when I run esplora locally via npm run dev-server

nkuba commented 3 years ago

How'd you discover that --unsafe-perm the move?

It was mentioned in https://github.com/Blockstream/esplora/issues/156

nkuba commented 3 years ago

notably, the refresh bug doesn't happen when I run esplora locally via npm run dev-server

Should work fine with the latest commit @beaushinkle .

beaurancourt commented 3 years ago

It's working!