Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 264 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 264 Bytes

etherdb

Ethereum to postgreSQL data importer

Initial version, all is hardcoded. Create "etherdb" database with postgreSQL and run sql/tables.sql

NOTE: postgresql 9.5+ required due to upserts.

Install dependencies with npm install and run with node app.js