Nodes

Nodes are the heart of the sui.direct. They are the pillar stone of communication between every single component of sui.direct ecosystem.

CLIs communicate with nodes for authentication and repository actions, VCSs communicate with nodes for version control and IO operations, and Website communicates with nodes to serve public repositories.

Nodes include a P2P communication module supported by libp2p .

Last updated