Polypheny-DB icon indicating copy to clipboard operation
Polypheny-DB copied to clipboard

Ethereum eventdata

Open tuncpolat opened this issue 1 year ago • 0 comments

Summary

Extended the Ethereum Adapter to support event data retrieval from smart contracts to enable relevant economic analysis on the Ethereum blockchain.

Features

  • fetch event data from inserted smart contract addresses in determined block range
  • create automatically schema and table based on smart contract ABI hosted on etherscan.io or manually inserted ABI
  • cache event data and insert it into store
  • caching status

ToDo

  • [ ] Fix license issues with org.json
  • [ ] Fix concurrent caching issues
  • [ ] Fix caching insertion into MongoDB, Neo4j, and PostgreSQL

tuncpolat avatar Sep 11 '23 20:09 tuncpolat