fbbe 0.1.7

Fast Bitcoin Block Explorer
Documentation
1
2
3
4
5
6
7
8
9
10
# just manual: https://github.com/casey/just#readme

_default:
  just --list

docker:
  #!/bin/bash -eux
  nix build .#dockerImage
  ./result | docker load