go-lns/go.mod
Snider 5a83dd4478 feat(lns): scaffold CoreGO package with primitives and covenants
Lethean Name System — CoreGO native conversion of the HSD JavaScript
sidechain. Includes Address, Transaction, BlockHeader, NameState, and
Covenant types extracted from itns-sidechain/lib/primitives/, plus
covenant type constants from rules.js, and a DNS resolution service stub.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:20:15 +01:00

5 lines
77 B
Modula-2

module dappco.re/go/lns
go 1.26.0
require dappco.re/go/core v0.8.0-alpha.1