NeonScan 与 Neon EVM 的集成 (NeonScan Integration with the Neon EVM)

NeonScan is currently live on Devnet. The tool gives users a standard block explorer interface to search the Neon EVM for information such as block data, transactions, and addresses.

NeonScan 目前在 Devnet 上线。该工具为用户提供了一个标准的区块浏览器界面,用于在 Neon EVM 中搜索区块数据、交易和地址等信息。

In this article, we’ll go into more detail about the NeonScan integration with the Neon EVM. Keep reading to learn about the features and benefits of NeonScan, how NeonScan queries for data, developer and end-user experience, and what’s in store for the future of NeonScan.

在本文中,我们将详细介绍 NeonScan 与 Neon EVM 的集成。您可以继续阅读来以了解 NeonScan 的功能和优势、NeonScan 如何查询数据、开发人员和最终用户体验,以及 NeonScan 未来的发展前景。

NeonScan 的特点和优势 (The Features and Benefits of NeonScan)

NeonScan is an indexer and block explorer similar to Etherscan and Solscan. The tool was created in partnership with the Solscan team, which spearheaded the development of the NeonScan UI and backend functionality.

NeonScan 是类似于 EtherscanSolscan 的索引器和区块浏览器。该工具是与 Solscan 团队合作创建的,该团队带头开发了 NeonScan UI 和后端功能。

NeonScan gives developers and users in the Neon ecosystem access to easily digestible public data related to transactions, smart contracts, and accounts. This type of information allows users and developers on the Neon EVM to:

NeonScan 使 Neon 生态系统中的开发人员和用户能够访问与交易、智能合约和账户相关的易于消化的公共数据。此类信息允许 Neon EVM 上的用户和开发人员:

  • Understand whether a transaction was successful or functioned as intended
    了解交易是否成功或按预期运作

  • Understand how transactions interact with various accounts and programs (which is great for determining whether a dApp is safe/reliable).
    了解交易如何与各种账户和程序交互(这对于确定 dApp 是否安全/可靠非常有用)。

  • Debug smart contract code.
    调试智能合约代码。

  • Review token transfers and account balances.
    查看代币转账和账户余额。

  • Review transaction data and metadata.
    查看交易数据和元数据。

NeonScan 如何查询数据 (How NeonScan Queries For Data)

Operations on the Neon EVM all have underlying impacts on the Solana blockchain. As such, all Neon transactions are made up of one or more Solana transactions. (Ethereum-like transactions may exceed the size limit of a single Solana transaction; as a result, multiple Solana transactions are needed to carry out the execution iteratively). Due to this complexity, NeonScan’s data queries source information from two locations: the Neon EVM and the Solana network.

Neon EVM 上的操作都会对 Solana 区块链产生潜在影响。因此,所有 Neon 交易都由一个或多个 Solana 交易组成。 (类以太坊交易可能会超过单个 Solana 交易的大小限制;因此,需要多个 Solana 交易来迭代执行)。由于这种复杂性,NeonScan 的数据从两个位置查询源信息:Neon EVM 和 Solana 网络。

The tool queries the Neon EVM for information using Ethereum-like APIs implemented by the Neon Labs team. The APIs provide developers with a simple and efficient method to gather data on Neon transactions and the associated Solana transactions. For pulling data from the Solana network, NeonScan leverages dedicated RPC endpoints.

该工具使用 Neon Labs 团队实施的类以太坊的 API 查询 Neon EVM 的信息。 API 为开发人员提供了一种简单有效的方法来收集有关 Neon 交易和相关 Solana 交易的数据。为了从 Solana 网络中提取数据,NeonScan 利用了专用的 RPC 端点。

Once data has been gathered, NeonScan stores the information on a database maintained by the NeonScan team. All the queried information is available on the NeonScan page and via a user-friendly API.

收集数据后,NeonScan 将信息存储在 NeonScan 团队维护的数据库中。所有查询的信息都可以在 NeonScan 页面上或通过用户友好的 API 获得。

NeonScan 开发人员和最终用户体验 (NeonScan Developer and End User Experience)

After a user has executed an operation on the Neon EVM, they can navigate to neonscan.org (shown below) to look up their transaction, either by account or transaction ID. Users can view the Neon transaction details and the details of the underlying Solana transaction(s) that make up the Neon transaction. In addition to transaction details, users can view arbitrary account information, block details, and token information.

用户在 Neon EVM 上执行操作后,他们可以导航到 neonscan.org(如下所示),通过帐户或交易 ID 查找他们的交易。用户可以查看 Neon 交易详情以及构成 Neon 交易的底层 Solana 交易详情。除了交易详情,用户还可以查看任意账户信息、区块详情和代币信息。


The NeonScan landing page offers a familiar UI/UX for Ethereum and Solana. The top half of the page features at-a-glance information such as NEON price and market cap (info not yet available as the NEON token is currently not present in any markets), network info (transactions metrics and last block), and key Neon EVM stats. The bottom portion provides a feed of the latest transactions and blocks.

NeonScan 登陆页面为 Ethereum 和 Solana 提供了熟悉的 UI/UX。页面的上半部分提供一目了然的信息,例如 NEON 价格和市值(信息尚不可用,因为 NEON 代币目前在任何市场中都不存在)、网络信息(交易指标和最后一个区块)和Neon EVM 关键统计数据。底部提供最新交易和区块的提要。

NeonScan 发布和未来发展 (NeonScan Release and Future Development)

NeonScan is in active development on Devnet and will be launched on Mainnet at the same time as the Neon EVM. Currently, the team is iterating on the tool to address identified issues and to continue making enhancements to align with the pace of Neon EVM development.

NeonScan 正在 Devnet 上积极开发,并将与 Neon EVM 同时在 Mainnet 上启动。目前,该团队正在对工具进行迭代,解决已识别的问题并继续增强,进而与 Neon EVM 开发的步伐保持一致。

Pending NeonScan developments include:
待定的 NeonScan 开发包括:

  • Displaying live NEON price and market cap
    显示实时 NEON 价格和市值

  • Displaying at-a-glance TPS
    显示一目了然的 TPS

  • Displaying a list of verified contracts and contract details
    显示已验证合约和详细信息的列表

  • Displaying assets stored within a contract
    显示存储在合约中的资产

  • Displaying transactions associated with a contract
    显示与合约相关的交易

  • Adding public tags for notable wallets (exchanges, pools, scammers)
    为著名钱包(交易所、矿池、诈骗者)添加公共标签

Neon Labs 随时为您提供帮助 (Neon Labs is Here to Help)

If this article leaves you with further questions about the NeonScan integration, contact our team via Discord. We’ll be more than happy to elaborate on any details regarding NeonScan and explain how it can help both end users and developers better understand the underlying operations behind Neon transactions.

如果本文让您对 NeonScan 集成有更多疑问,请通过 Discord 联系我们的团队。我们非常乐意详细说明有关 NeonScan 的细节,并解释它如何帮助最终用户和开发人员更好地了解 Neon 交易背后的底层操作。

赞赏