mirror of
https://github.com/FlipsideCrypto/chainwalkers-utils.git
synced 2026-02-06 10:06:43 +00:00
17 lines
494 B
Markdown
17 lines
494 B
Markdown
|
|
# 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`
|