Fork of Trezor Blockbook.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
jebba a8595591f0
README
2 years ago
api s/github/spacecruft 2 years ago
bchain s/github/spacecruft 2 years ago
build more minimal 2 years ago
common Return info about backend in websocket getInfo request 2 years ago
configs listen on localhost, use remote host for eth 2 years ago
contrib/scripts Use "#!/usr/bin/env bash" in shebangs instead of "#!/bin/bash" 4 years ago
db s/github/spacecruft 2 years ago
docs Websocket new transaction (#574) 2 years ago
fiat s/github/spacecruft 2 years ago
server no public_test.go ... 2 years ago
static dark theme, minimal 2 years ago
tests s/github/spacecruft 2 years ago
.gitignore Add blockchaincfg.json to .gitignore 3 years ago
.gitlab-ci.yml Add backend-deploy-and-test CI job for Namecoin 4 years ago
CONTRIBUTING.md Highlight our contributing policy 3 years ago
COPYING Add license file 5 years ago
Makefile Add possibility to build from BASE_IMAGE 2 years ago
README-upstream.md README 2 years ago
README.md README 2 years ago
blockbook.go s/github/spacecruft 2 years ago
go.mod spacecruft go, not github 2 years ago
go.sum Update Decred (#385) 2 years ago
shell.nix nix: add dependencies to shell.nix 3 years ago

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.