Daemon application. Listens to new blocks from the ethereum blockchain.
If parser encounters a transaction with subscribed address it stores this transaction to storage.
curl --request GET \
--url http://localhost:8080/get-current-block
curl --request GET \
--url http://localhost:8080/get-storage-info
curl --request GET \
--url 'http://localhost:8080/subscribe?address=0x06450dee7fd2fb8e39061434babcfc05599a6fb8'
curl --request GET \
--url 'http://localhost:8080/subscribe?address=0xb8feffac830c45b4cd210ecdaab9d11995d338ee'
curl --request GET \
--url 'http://localhost:8080/get-transactions?address=0x06450dee7fd2fb8e39061434babcfc05599a6fb8'
curl --request GET \
--url 'http://localhost:8080/get-transactions?address=0xb8feffac830c45b4cd210ecdaab9d11995d338ee'