Holochain Fundamentals

This section covers the essential concepts that form the foundation of Holochain technology. These are the core building blocks that every Holochain developer and user should understand.

Core Data Structures

Cells

The fundamental unit of a Holochain application - combining source chain and DHT space.

Entries

The basic data structure that gets stored in the distributed hash table and source chain.

Records

Complete data structures that contain entries along with their metadata and validation information.

Connections between entries that create relationships in the distributed hash table.

Learning Path

  1. Start with Cells to understand the basic architecture
  2. Learn about Entries as the fundamental data unit
  3. Understand Records for complete data handling
  4. Explore Links for creating data relationships

Next Steps

After mastering these fundamentals, explore:

4 items under this folder.

Holochain Cells

The fundamental unit of a Holochain application - combining DNA with an agent identity

Holochain Entries

The basic data structure stored in the distributed hash table and source chain

Holochain Links

Connections between entries that create relationships in the distributed hash table

Holochain Records

Complete data structures containing entries with metadata and validation information