Overview of the implementation of a Quai Network node.
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。A node is a computer running an instance of Quai that communicates (peers) with other nodes. The web of communication between nodes makes up Quai Network. Nodes are responsible for validating and propagating transactions across Quai Network. Each node maintains a copy of all or a subset of chains within the network, and handles the computation of state changes when a new block is added to their local copy of the ledger. Nodes uphold the integrity of Quai by ensuring the validity and accurate recording of all transactions. There are 4 unique kinds of nodes that exist within Quai Network that manage different subsets of data, serve different purposes, and have differing hardware requirements. If you’re ready to start setting up your node now, check out the node installation guide, or the video tutorial on the Quai YouTube.