Questions tagged [les]

7 questions
4
votes
1 answer

Get all transactions by recipient's address on a light client

I would like to continuously get the transactions sended to a specific address while using a light client. I underscore that I am talking about regular transactions, not the contract invocations. As far as I understood, there is no elegant way to do…
reardenlife
  • 173
  • 6
1
vote
1 answer

Usage of light node through the HTTP API

Am I correctly understanding that all I have to do to use a ethereum light node (started with a syncmode=light) is to call regular ethereum api as described in https://github.com/ethereum/wiki/wiki/JSON-RPC ? So that I just call of those functions…
reardenlife
  • 173
  • 6