Go to file
2020-10-19 16:18:24 -04:00
eth_utils Add eth utils and readme 2020-07-08 21:19:42 -04:00
tendermint_utils add page param support to get txs in block query 2020-10-19 16:18:02 -04:00
.gitignore Untrack build files 2020-07-10 10:22:38 -04:00
README.md Add eth utils and readme 2020-07-08 21:19:42 -04:00
setup.py add page param support to get txs in block query 2020-10-19 16:18:24 -04:00

Chainwalker Utilities

This repo is home to Flipsides chainwalkers python utilities package. A central repo that packeges up various python modules that can be used across chainwalkers projects.

Modules

Tendermint Utils

Collection of common methods used to interact with tendermint based chains (Cosmos, Kava, Binance)

Eth utils

Collection of common methods used across eth based chains

Install

pip install git+ssh://git@github.com/FlipsideCrypto/chainwalkers-utils.git