Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ravidsrk/eth-events-mirror

Ethereum event logs mirror to DB
https://github.com/ravidsrk/eth-events-mirror

ethereum evm smart-contracts

Last synced: about 1 month ago
JSON representation

Ethereum event logs mirror to DB

Awesome Lists containing this project

README

        

# eth-events-mirror

[![Generated with nod](https://img.shields.io/badge/generator-nod-2196F3.svg?style=flat-square)](https://github.com/diegohaz/nod)
[![NPM version](https://img.shields.io/npm/v/eth-events-mirror.svg?style=flat-square)](https://npmjs.org/package/eth-events-mirror)
[![Build Status](https://img.shields.io/travis/ravidsrk/eth-events-mirror/master.svg?style=flat-square)](https://travis-ci.org/ravidsrk/eth-events-mirror) [![Coverage Status](https://img.shields.io/codecov/c/github/ravidsrk/eth-events-mirror/master.svg?style=flat-square)](https://codecov.io/gh/ravidsrk/eth-events-mirror/branch/master)

Ethereum event logs mirror to DB

## Install

$ npm install --save eth-events-mirror

## Usage

```js
import myModule from "eth-events-mirror";

myModule();
```

## API

#### Table of Contents

- [sayHello](#sayhello)

### sayHello

This function says hello.

**Parameters**

- `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Some name to say hello for.

Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The hello.

## License

MIT © [Ravindra Kumar](https://github.com/ravidsrk)