文件名称:以太坊观察者:使从区块链获取更新更加容易
文件大小:38KB
文件格式:ZIP
更新时间:2024-02-26 02:19:44
events ethereum smart-contracts blockchain infura
以太坊观察者 ethereum-watcher是用编写的以太的事件监听器。 使用以太坊观察器,您可以监视和跟踪以太坊区块链上发生的当前或历史事件。 背景 与以太坊区块链进行交互的许多应用程序需要知道链上何时发生特定动作,但无法直接访问链上数据。 ethereum-watcher充当应用程序和链之间的接口:从区块链收集指定数据,以便应用程序可以与链上事件进行更无缝的交互。 产品特点 插件友好。 您可以轻松地向以太坊观察者添加插件,以侦听任何类型的链上事件。 叉公差。 如果发生,将向用户发送一条还原消息。 用例范例 在包括DDEX,Compound,DyDx和Maker在内的多个DeFi平台上
【文件预览】:
ethereum-watcher-master
----.gitignore(75B)
----go.mod(766B)
----Dockerfile(299B)
----watcher.go(14KB)
----structs()
--------structs.go(1KB)
----cli()
--------main.go(5KB)
----watcher_with_tx_receipt_test.go(3KB)
----watcher_with_block_plugin_test.go(934B)
----receipt_log_handler_test.go(2KB)
----LICENSE(11KB)
----watcher_with_tx_plugin_test.go(852B)
----go.sum(9KB)
----.github()
--------workflows()
----utils()
--------number.go(370B)
--------logger.go(706B)
--------hex.go(442B)
----plugin()
--------block_plugin.go(950B)
--------receipt_log_plugin.go(2KB)
--------tx_receipt_plugin.go(3KB)
--------tx_plugin.go(812B)
----receipt_log_handler.go(2KB)
----readme.md(11KB)
----blockchain()
--------blockchain.go(7KB)
--------crypto.go(1KB)
----watcher_with_receipt_logs_plugin_test.go(1KB)
----rpc()
--------eth_rpc.go(2KB)
--------interface.go(427B)
--------eth_rpc_with_retry.go(2KB)
----receipt_log_watcher.go(5KB)