chainparse

command module
v0.0.0-...-ef903ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

README

chainparse

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.

Using it

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.

Why use Go?

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL