1.1.0 • Published 6 years ago

eth-events-interface v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago