blockpane / cosmissed

Simple web service for tracking missed blocks on Tendermint/Cosmos chains
MIT License
30 stars 22 forks source link

Using this repo for other blockchain #6

Open vincadian opened 2 years ago

vincadian commented 2 years ago

Hi, Is it possible to add other blockchain to this repo

blockpane commented 2 years ago

Possibly, it works on many Cosmo-based chains, can you provide any more detail?

vincadian commented 2 years ago

This tool is what I wanted to create to monitor all cosmos-based chain with a web interface. But since you already created it, can we monitor other cosmos-based block-chain ? For example the explorer ping.pub ask a json to add chain to the explorer, can you create a similar system or help me use this tool for a custom blockchain ?

blockpane commented 2 years ago

99% of the time, It should "just work" if you give it the correct parameters. There are some cases where it isn't compatible with certain chains, like those on older tendermint versions or using Secp256k1 keys. But even all the assets are compiled into the binary so it's just one file to run the whole thing (minus a TLS proxy of some sort.) If you are having issues getting it running let me know and I can give you a hand. Easiest is via discord (blockpane#9311), but I'm pretty much on every chat platform out there.