go-blockchain/go.mod
Claude 4c0b7f290e
feat: Phase 0 scaffold -- config, types, wire, difficulty
Chain parameters from Lethean C++ source. Base58 address encoding with
Keccak-256 checksum. CryptoNote varint. LWMA difficulty skeleton.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-20 15:10:33 +00:00

7 lines
132 B
Modula-2

module forge.lthn.ai/core/go-blockchain
go 1.25
require golang.org/x/crypto v0.48.0
require golang.org/x/sys v0.41.0 // indirect