Skip to content

dklabco/cosmos-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This whole project is under active development. Incorrect or complete lack of features are expected. Please feel free to reach out to the maintainer(s) when in doubt, thank you!

What

This repo is intended to be a collection of tools to interact with any Cosmos-compatible Blockchain, e.g. "retrieving a list of validator nodes for a specific chain".

How

The tools are to be written in rust, then compiled into WebAssembly (.wasm) which should be importable in any typical Node.js script & invoked directly e.g. with node --experimental-wasm-modules (at writing time).

As a result, for this project, the Cargo.lock file is tracked, as explained here.