Switch language한국어
Back to the list

Solana's Account Model Explained by Someone Who Got Confused by It First

TL;DR AI

Key summary

2 min read
  1. The article explains Solana’s account model through a developer’s hands-on exploration.

  2. In Solana, code lives in stateless program accounts while state is stored separately in data accounts, including wallet accounts.

  3. Each account has five key fields, and transactions must explicitly list every account they will touch.

  4. This separation is central to Solana’s parallel execution model and overall throughput.

Read the original