ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

Block explorer #12

Closed axic closed 5 years ago

axic commented 6 years ago

Required feature set: The block explorer should be able to:

Some of the open source block explorers:

@cdetrio's bare minimum explorer features: account list view (like https://etherscan.io/accounts) contract code view (like https://etherscan.io/address/0xc0829421c1d260bd3cb3e0f06cfe2d52db2ce315#code)

cf. https://github.com/ewasm/pm/issues/9, https://github.com/ewasm/pm/issues/10, https://github.com/ewasm/ewasm-explorer/issues/6

lrettig commented 6 years ago

@zixuanzh is working on a fork of the poa-explorer project here: https://github.com/ewasm/poa-explorer

lrettig commented 6 years ago

@zixuanzh update from today:

@jwasinger update: still trying to get this working.

lrettig commented 6 years ago

Update from today's standup. @jwasinger, @hugo-dc, and @cdetrio have been working on the etherchain-light explorer, which is implemented in pure backend JS (it's an express/pug app) and it's roughly at feature parity with the POA explorer that @zixuanzh has been working on. Casey's update:

jwasinger commented 6 years ago

Major remaining features that need to be implemented:

lrettig commented 6 years ago

Update from @cdetrio / @jwasinger / @hugo-dc from this morning's call:

lrettig commented 6 years ago

Update from @cdetrio / @jwasinger this morning: Testnet explorer/node up at http://13.95.70.101:3000/, launched from ansible scripts. Looks like there are still some broken bits that need to be implemented or removed. Great progress guys.