https://github.com/sitetester/eth-blockchain-parser-java
https://github.com/sitetester/eth-blockchain-parser-java
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sitetester/eth-blockchain-parser-java
- Owner: sitetester
- Created: 2020-06-20T16:53:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T20:13:30.000Z (about 3 years ago)
- Last Synced: 2025-06-08T08:03:28.685Z (about 1 year ago)
- Language: Java
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- `Infura` projectId should be defined as an `env` variable
- DB Schema is defined in `/resources/db/schema.sql` and should be imported through SchemaImporter
- Multiple HTTP requests are managed through Java 8 CompletableFuture.
- Entry point - ImportManager