A Dive Into Solana's Data Structure

@Sonarwatch

Account Model

There are 3 kinds of accounts on Solana:

  • Data accounts store data

  • Program accounts store executable programs

  • Native accounts that indicate native programs on Solana such as System, Stake, and Vote

Beet Struct

https://github.com/sonarwatch/workshop-solana-data

Made with Slides.com