Fork of Trezor Blockbook.
- Go 93.6%
- HTML 5.3%
- Makefile 0.3%
- Shell 0.3%
- CSS 0.3%
- Other 0.1%
| api | ||
| bchain | ||
| build | ||
| common | ||
| configs | ||
| contrib/scripts | ||
| db | ||
| docs | ||
| fiat | ||
| server | ||
| static | ||
| tests | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| blockbook.go | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| README-upstream.md | ||
| README.md | ||
| shell.nix | ||
Fork
Fork of Trezor Blockbook.
The differences:
-
Just for Ethereum.
-
Use existing
geth --fullserver. -
Don't require
backend-*package. -
Minimal UI, dark theme.
-
Listen only on localhost, no SSL.
-
Use spacecruft repos, not github.
-
Don't use CDN.
Install
# Install docker, etc.
git clone https://spacecruft.org/spacecruft/blockbook
cd blockbook
make deb-blockbook-ethereum
dpkg -i build/blockbook-ethereum_0.3.4_amd64.deb
Edit config:
vim /opt/coins/blockbook/ethereum/config/blockchaincfg.json
XXX Hardcoded into systemd script, set geth node:
vim /lib/systemd/system/blockbook-ethereum.service
systemctl daemon-reload
Start:
systemctl start blockbook-ethereum.service
Logs:
tail -f /opt/coins/blockbook/ethereum/logs/blockbook.INFO
Upstream
Fork of Trezor Blockbook. See README-upstream.md.