Go to file
2020-07-14 19:23:00 -04:00
eth_utils Add eth utils and readme 2020-07-08 21:19:42 -04:00
tendermint_utils Only return result when getting tx by hash 2020-07-14 18:58:15 -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 Bump version 2020-07-14 19:23:00 -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