Spy
Last updated
Was this helpful?
Last updated
Was this helpful?
A Spy, in the wormhole context, is a daemon that subscribes to the gossiped messages in the .
The messages available on over gossip are things like
Guardian Heartbeats
The source for the Spy is available on
To start a Spy locally, run the following docker command.
Optionally, add the flags to skip any VAAs with invalid signatures
Once running, a client (i.e. your program) can subscribe to a filtered stream of messages.
To generate a client for the gRPC service use .
If using JavaScript/TypeScript, the makes setting up a client easier.
The provides an alternate Spy implementation that is highly available for improved performance and reliability.
The implements a client and persistence layer for messages received from a Spy subscription.