initial scaffold

- module layout: cmd/mithril-go, internal/{aggregator,artifact,verify,networks}
- aggregator REST client, list command working against mainnet
- download/extract/verify stubbed
- no deps yet, pure stdlib
This commit is contained in:
Sulkta 2026-04-23 15:12:39 -07:00
commit ddf1ec3491
8 changed files with 450 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.sulkta.com/Sulkta-Coop/mithril-go
go 1.26