klautern
klautern

Reputation: 139

Subscribe to custom events in Hyperledger Sawtooth browser client app

Could anybody link me to any example of a client javascript example for subscribing to custom events of Hyperledger Sawtooth, raised from a custom transaction processor? I could not find any.

Upvotes: 2

Views: 92

Answers (1)

user1773603
user1773603

Reputation:

An application can react to each event and store event data for further analysis.

For Example :

A state delta processor could store state data in a reporting database for analysis and processing, which provides access to state information without the delay of requesting state data from the validator.

For more GitHub examples follow these :

Upvotes: 0

Related Questions