• 开源以太坊 浏览器 汇总


    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

    简单的Nodejs以太坊资源管理器

     

    https://github.com/ethnamed/eth-explorer

     9.Clixplorer

    https://github.com/Magicking/Clixplorer

     10.ethereumproject / explorer

    https://github.com/ethereumproject/explorer

    此随笔乃本人学习工作记录,如有疑问欢迎在下面评论,转载请标明出处。

    如果对您有帮助请动动鼠标右下方给我来个赞,您的支持是我最大的动力。

  • 相关阅读:
    悼念丹尼斯·里奇,那个给乔布斯提供肩膀的巨人(转载)
    c# 做成Windows服务
    Visual Studio 2010 新建完项目编译就出错
    C#调用Win32 的API函数User32.dll
    c# Remoting小例子
    backgroundworker使用 实现进度条ProgressBar
    winform最小化后隐藏到右下角,单击或双击后恢复
    关于Thread的实例
    c# 捕获的异常写到日志里
    C# delegate and event 规范写法
  • 原文地址:https://www.cnblogs.com/huangenai/p/10075876.html
Copyright © 2020-2023  润新知