1.blockscout
BlockScout是一個Elixir應用程序,允許用戶搜索交易,查看帳戶和余額,並驗證整個以太坊網絡上的智能合約,包括所有的叉子和側鏈。
目前可用的塊探測器(即Etherscan和Etherchain)是封閉系統,不能獨立驗證。隨着以太坊側鏈在私人和公共場合的不斷擴散,需要透明的工具來分析和驗證交易。
https://github.com/poanetwork/blockscout
2.EthVM
EthVM是一個開源的區塊鏈瀏覽器,主要關注以太坊(雖然其他網絡將受到支持)在MIT許可下,並以不同語言(即TypeScript,Kotlin和Solidity)的混合編寫。
您可以使用EthVM作為工具來探索自定義專用網絡或現有公用網絡,或者作為ETL(提取,轉換,加載)平台來對數據執行不同的分析。
https://github.com/enKryptIO/ethvm
3.etherparty/explorer
https://github.com/etherparty/explorer
4.carsenk/explorer
以太坊Block Explorer基於etherparty/explorer
https://github.com/carsenk/explorer
5.etherchain-light
Etherchain Light是一個使用NodeJS,Express和Parity構建的以太坊區塊鏈資源管理器。它不需要外部數據庫,並從后端以太坊節點即時檢索所有信息。
https://github.com/gobitfly/etherchain-light
6.toy-block-explorer
用Go編寫的區塊鏈資源管理器,用於了解如何構建與以太坊區塊鏈一起使用的服務器端應用程序。
https://github.com/curvegrid/toy-block-explorer
7.mini-eth-browser
一個簡單的以太坊塊和事務探索器。由於它不使用數據庫,因此某些操作很慢。
https://github.com/ismaelbej/mini-eth-browser
8.eth-explorer
https://github.com/ethnamed/eth-explorer
9.Clixplorer
https://github.com/Magicking/Clixplorer
10.ethereumproject / explorer
https://github.com/ethereumproject/explorer
此隨筆乃本人學習工作記錄,如有疑問歡迎在下面評論,轉載請標明出處。
如果對您有幫助請動動鼠標右下方給我來個贊,您的支持是我最大的動力。