Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ravidsrk/eth-events-mirror
- Owner: ravidsrk
- License: mit
- Created: 2018-10-21T07:38:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T12:55:49.000Z (over 6 years ago)
- Last Synced: 2024-11-09T09:46:47.031Z (3 months ago)
- Topics: ethereum, evm, smart-contracts
- Language: JavaScript
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)