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

https://github.com/sitetester/eth-parser-ts

Ethereum blockchain parser using TypeScript
https://github.com/sitetester/eth-parser-ts

Last synced: 13 days ago
JSON representation

Ethereum blockchain parser using TypeScript

Awesome Lists containing this project

README

          

### This is TypeScript based project

* Requests are handled using promises
* All promises are resolves at once using Promise.All
* Data is bulk imported in DB using batches

- `npx knex migrate:latest`
- `nodemon src/index.ts`