能够通过webjs与以太坊网络交互的应用程序是哪种节点?

问题描述

这是关于以太坊节点和客户端的post。有完整节点,轻量节点和存档节点。这是光节点的定义:

Light node
Stores the header chain and requests everything else.
Can verify the validity of the data against the state roots in the block headers.
Useful for low capacity devices,such as embedded devices or mobile phones,which can't afford to store gigabytes of blockchain data

以太坊还提供诸如web3.js之类的API,以允许应用程序与Ethereum network进行交互。为了具有与Ethereum networ进行交互的基本能力,据我所知,该应用程序应具有钱包,能够提交交易并检查区块或交易的详细信息。对于通过web3.js具有这种能力的应用程序,它是一种什么样的节点?是光节点还是更少?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)