keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Keep inspection scripts #45

Closed dimpar closed 4 years ago

dimpar commented 4 years ago

Gathering scripts from different repos to one single place for inspecting different keep network applications and their behaviour on Ropsten / Mainnet.

Sample call:

ETH_HOSTNAME="https://mainnet.infura.io/v3/<poject_id>" truffle exec ./scripts/inspect-tbtc.js --network mainnet
pdyraga commented 4 years ago

Tested:

Both on Ropsten and Mainnet. Works as expected.

pdyraga commented 4 years ago

Let's drop the information about timed out group indices as it's not something we are currently displaying accurately (conversation) and work on that in a separate PR. Other than that, I am good to merge this PR.