mattgstevens / eth-events-interface

Provides a library that can process Ethereum events given an ABI to parse with.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eth-events-interface

Provides a library that can process Ethereum events given an ABI to parse with.

What

A simple way to parse events from an ethereum blockchain.

Why

Making the eth_getLogs RPC call is fast, and parsing that data should be too.

NOTE: logs in the RPC call eth_getTransactionReceipt can be processed in the same way.

How to use

Read the example and run it with yarn demo:simple

About

Provides a library that can process Ethereum events given an ABI to parse with.


Languages

Language:JavaScript 100.0%