Skip to main content

Pre-requisites

  • Read access to a Snapchain node
See running a node for more information on how to set up a node. While some applications can be written by directly querying Hubble, most serious applications need to access the data in a more structured way. Shuttle is a package that can be used to mirror Snapchain’s data to a Postgres DB for convenient access to the underlying data.

Quickstart

This package is fully re-used from Hubble because the Snapchain APIs are backwards compatible with Hubble. Check out the documentation for more information.