A simple minimalist block explorer written in NodeJS and ReactJS.
This app require a bitcoind full node with txindex set to 1 and an ElectrumX node.
Nodes should be availables on the same LAN. Please note that bootstraping blockchain nodes may take several days.
Please refer to respectives websites for install notes.
App configuration to connect to blockchain nodes is in server/config.js.
cd ./client && npm install && yarn buildcd ./server && npm installcd ./server && npm run devcd ./client && yarn startWhen built and nodes up and configured:
sudo npm install pm2 -g
pm2 start app.js
### todos
- some paginations
- server have to be completed for switching beetwen currencies/chains
- tests! tests! tests!
- publish running server