[BREAKGLASS] Content of seedhammer.com
Go to file
2026-06-13 17:50:36 +02:00
about initial import 2026-05-13 17:56:29 +02:00
article initial import 2026-05-13 17:56:29 +02:00
cmd/viewer initial import 2026-05-13 17:56:29 +02:00
doc/manual initial import 2026-05-13 17:56:29 +02:00
getstarted initial import 2026-05-13 17:56:29 +02:00
page shop: note that a confirmation email is sent after 6 on-chain confirmations 2026-06-13 17:50:36 +02:00
static static/css: widen center column a bit to fit shop cart 2026-06-13 14:37:54 +02:00
article.go initial import 2026-05-13 17:56:29 +02:00
data.go initial import 2026-05-13 17:56:29 +02:00
flake.lock initial import 2026-05-13 17:56:29 +02:00
flake.nix initial import 2026-05-13 17:56:29 +02:00
go.mod routes: upgrade to btcsuite/btcd/address/v2 2026-06-13 16:07:45 +02:00
go.sum routes: upgrade to btcsuite/btcd/address/v2 2026-06-13 16:07:45 +02:00
LICENSE initial import 2026-05-13 17:56:29 +02:00
README.md README.md: clarify instructions 2026-05-13 18:05:55 +02:00
routes.go routes: upgrade to btcsuite/btcd/address/v2 2026-06-13 16:07:45 +02:00

Public content of seedhammer.com

Run local viewer

Command viewer runs a webserver at http://localhost:8080 with the content.

$ go run ./cmd/viewer

The Nix helper script runs the viewer and reloads it on file changes.

$ nix run .#