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

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/bin/
/mithril-go
*.test
*.out
.coverage*