Fork of Trezor Blockbook.
 
 
 
 
 
 
Go to file
jebba a8595591f0 README 2021-04-05 15:16:32 -06:00
api s/github/spacecruft 2021-04-05 12:59:11 -06:00
bchain s/github/spacecruft 2021-04-05 12:59:11 -06:00
build more minimal 2021-04-05 14:25:58 -06:00
common Return info about backend in websocket getInfo request 2021-01-21 10:31:04 +01:00
configs listen on localhost, use remote host for eth 2021-04-05 13:38:29 -06:00
contrib/scripts Use "#!/usr/bin/env bash" in shebangs instead of "#!/bin/bash" 2019-06-17 18:30:39 +02:00
db s/github/spacecruft 2021-04-05 12:59:11 -06:00
docs Websocket new transaction (#574) 2021-03-21 21:55:25 +01:00
fiat s/github/spacecruft 2021-04-05 12:59:11 -06:00
server no public_test.go ... 2021-04-05 13:29:13 -06:00
static dark theme, minimal 2021-04-05 15:05:12 -06:00
tests s/github/spacecruft 2021-04-05 12:59:11 -06:00
.gitignore Add blockchaincfg.json to .gitignore 2020-08-20 15:21:55 -07:00
.gitlab-ci.yml Add backend-deploy-and-test CI job for Namecoin 2019-08-30 18:16:39 +02:00
CONTRIBUTING.md Highlight our contributing policy 2020-03-05 10:44:11 +01:00
COPYING Add license file 2018-05-31 12:53:27 +02:00
Makefile Add possibility to build from BASE_IMAGE 2021-02-18 09:14:58 +01:00
README-upstream.md README 2021-04-05 15:16:32 -06:00
README.md README 2021-04-05 15:16:32 -06:00
blockbook.go s/github/spacecruft 2021-04-05 12:59:11 -06:00
go.mod spacecruft go, not github 2021-04-05 12:19:28 -06:00
go.sum Update Decred (#385) 2021-01-21 09:25:07 +01:00
shell.nix nix: add dependencies to shell.nix 2020-08-21 16:11:21 +02:00

README.md

Fork

Fork of Trezor Blockbook.

The differences:

  • Just for Ethereum.

  • Use existing geth --full server.

  • 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.