Skip to content

SZNS/sui-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sui-node

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.

Sui Full Node

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.

Sui Analytics Indexer

In our configuration, the Analytics Indexer is run on the machine as the Full Node.

Scripts and Documentation

Below you can find scripts and documentation to aid in initial setup, configuration, and maintenance of nodes on Google Cloud Platform.

About

Set of tools for spinning up and managing a Sui full node and running the Analytics Indexer (https://github.com/MystenLabs/sui/tree/main/crates/sui-analytics-indexer/src)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors