This repo provides an overview of how to run a Sui Full Node and the Sui Analytics Indexer in preparation of running the Sui ETL, which exports Sui blockchain data real-time into the BigQuery public dataset for users to query Sui data.
This Sui Full node validate blockchain activities, including transactions, checkpoints, and epoch changes. Each Full node stores and services the queries for the blockchain state and history. This particular configuration does not prune block data and maintains a full history of objects.
In our configuration, the Analytics Indexer is run on the machine as the Full Node.
Below you can find scripts and documentation to aid in initial setup, configuration, and maintenance of nodes on Google Cloud Platform.