Closed axic closed 5 years ago
@zixuanzh is working on a fork of the poa-explorer project here: https://github.com/ewasm/poa-explorer
@zixuanzh update from today:
@jwasinger update: still trying to get this working.
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:
Major remaining features that need to be implemented:
Update from @cdetrio / @jwasinger / @hugo-dc from this morning's call:
debug_accountRangeAt
RPC methodUpdate 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.
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