metaspartan / explorer

Ethereum Block Explorer (ETHExplorer V2) - Realtime Price Ticker, Shapeshift.io Integration, etc. (Project is currently not under active development, if you have a bug fix, please open a PR) My current project can be found at https://github.com/metaspartan/denarius (D a better cryptocurrency than ETH)
Other
485 stars 330 forks source link

doesn't work with testrpc #14

Open PavelPolyakov opened 7 years ago

PavelPolyakov commented 7 years ago

Looks like this pretty looking tool doesn't work with testrpc.

image

Maybe it's possible to avoid eth_protocolVersion call?

Regards,

ijazm commented 7 years ago

I too have the same issue while using testrpc is there any workaround

sthnaqvi commented 6 years ago

hey i was fixed this issues(eth_protocolVersion) and also change updateStats() function updateTXList() function to async it will reduce page loading time
clone my fork repo to get changes - https://github.com/sthnaqvi/ethereum-blockchain-explorer

metaspartan commented 6 years ago

@sthnaqvi Please add a PR to this repo.