-
Notifications
You must be signed in to change notification settings - Fork 0
Node
prasad-kumkar edited this page May 5, 2025
·
1 revision
This section describes the JAM node, its functionalities, and network interactions within Tessera.
Work in Progress
Tessera supports different types of nodes depending on their roles in the network:
- Full Validator Node: Participates in block production and validation
- Light Client: Connects to the network with minimal state requirements
The JAM node consists of several key components:
- Network interface
- State storage
- Consensus engine
- Transaction processor
- API endpoints
For detailed node design information, please refer to ADR-0004: Node Design.
For information about node networking, please refer to ADR-0005: Networking System.