Search for transaction history for an address

brianrice1brianrice1 Member Posts: 1
I’m trying to find an easy way to programmatically search for all the transactions relating to a specific address (like etherchain.org can do). The way I have managed this so far is by explicitly using Solidity events to log the transactions in a smart contract but I’m thinking there must be an easier way. Is there an API that will do this?

Answers

  • islandBillyislandBilly Member Posts: 15
    I see it's been almost a year and nobody answered. I too think there must be a fairly simple way to do this. I particularly want to find all the contract addresses that were deployed by a given account address.
Sign In or Register to comment.