eth-events-interface

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eth-events-interface

Weekly Downloads

9

Version

1.1.0

License

MIT

Unpacked Size

17.8 kB

Total Files

22

Last publish

Collaborators

  • mattgstevens