chain-registry

Crates.iochain-registry
lib.rschain-registry
version0.2.0-rc3
sourcesrc
created_at2022-08-15 22:22:40.646274
updated_at2022-09-21 03:50:17.422687
descriptionA library for interacting with the Cosmos chain registry repository
homepage
repositoryhttps://github.com/peggyjv/chain-registry
max_upload_size
id646217
size25,208
Collin (cbrit)

documentation

https://docs.rs/chain-registry/latest/chain-registry/

README

chain-registry

A Rust API for interacting with the Cosmos chain registry repository

Warning

The chain registry is unversioned and syntax is unenforced. This library is written to ignore unrecognized or missing JSON fields but it isn't guaranteed to work for all registry items.

Features

  • Models for serializing and deserializing chain.json, assets.json and IBC path JSON files
  • Simple get/list methods for retrieving chain, asset, and path data
  • A cache type (currently only supports IBC Path data) that exposes additional filtering options

To do

  • Test which queries all objects
  • Release per registry commit?
Commit count: 16

cargo fmt