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: 4 months 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: 2025-02-05T04:06:38.634Z (5 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
[](https://github.com/diegohaz/nod)
[](https://npmjs.org/package/eth-events-mirror)
[](https://travis-ci.org/ravidsrk/eth-events-mirror) [](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)