Chain registry parser and builder using the latest data from the Chain registry to then build the latest status of chains in Cosmos ecosystem.
This tool generates a full on spreadsheet with the latest status of the Cosmos registry registered chains.
This code generates CSV printed to stdout, then errors to stderr. To use it
rm -rf registry && go run main.go > listing.csv
then open listing.csv
perhaps in your Excel-like software/analyzer.
The reason why we are using Go instead of say Javascript is because traversing directories for the various chains would require .zip parsing, unzipping, writing to directories, traversing directories, then parsing go.mod files, and then generating the sheet.
Copyright Cosmos ecosystem and authors.