ether-camp / ethereum-harmony

DEPRECATED! Ethereum Independent Peer
GNU General Public License v3.0
253 stars 89 forks source link

How could i get a account`s tx history from here or ethereumj #108

Closed PhoenixZeng closed 6 years ago

PhoenixZeng commented 6 years ago

eg: like this https://etherscan.io/address/0x94c921fc2810335fb077ccfb745cff5e72d47572 ?

zilm13 commented 6 years ago

@PhoenixZeng to have such type of history you should add listener with ethereum.addListener(), parse appropriate txes and save data in separate db

PhoenixZeng commented 6 years ago

well.tks