Skip to content

REST api on top of Ethereum blockchain to server transaction details and account changes

Notifications You must be signed in to change notification settings

rohitsethii/eth-tx-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eth-tx-reader

REST api on top of Ethereum blockchain to server transaction details and account changes

Getting Started

To get the server running locally:

  • Clone this repo

  • npm install to install all required dependencies

  • Add bin/.env.dev file as follows:

    PORT=8800

    ETH_NETWORK=mainnet

  • npm start to start the server

NOTE: To retrieve the internal ETH transfers we can use bebug.trace_transaction rpc call(not available in Infura providers) and then filter out on the basis of the opcodes. Alternatively, we can get all the involved addresses from the stack and check balances before and after the block.

About

REST api on top of Ethereum blockchain to server transaction details and account changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published