https://github.com/xtaci/ethereum_indexer
A project for indexing and querying ethereum accounts
https://github.com/xtaci/ethereum_indexer
Last synced: about 1 year ago
JSON representation
A project for indexing and querying ethereum accounts
- Host: GitHub
- URL: https://github.com/xtaci/ethereum_indexer
- Owner: xtaci
- License: mit
- Created: 2017-10-23T06:00:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T08:55:15.000Z (over 8 years ago)
- Last Synced: 2025-05-24T05:37:09.202Z (about 1 year ago)
- Language: Go
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A fast indexer for ethereum
## Purpose
* A fast indexer for account transaction history.
* Catch up(spin-up) quickly with the lastest block, backed by embedded database [badger](https://github.com/dgraph-io/badger).
* Easy to use, with HTTP query API.