The events-server provides an api to access the events log.
http://hostname/sync
Returns sync status of the node
http://hostname/events/address
Returns events associated to the contract address
http://hostname/blockevents/blocknumber
Returns all events from blocknumber
http://hostname/addr/address
Returns balance of address (must have testing enabled)
http://hostname/tx/txHash
Returns the transaction summary json (must have testing enabled)
Run with '--serverMode testing' to enable additional features and testing output
Set the --fromBlock flag to set what block to start the events search from.
Set the rpc server to connect to. Default is "http://localhost:8545"