Skip to Content
๐ŸŒ Web3๐Ÿ“– Solana๐Ÿ“– Solana Overview

๐Ÿ“– Solana Overview

Solana is a high-throughput L1 blockchain optimized for low latency and low fees. Programs (smart contracts) are compiled to BPF bytecode and run on the Solana runtime; state is stored in accounts owned by programs.


๐ŸŽฏ Why Solana


๐Ÿ“š Core Concepts

ConceptDescription
AccountData stored on-chain: balance (SOL), owner, data blob. See Accounts.
ProgramImmutable on-chain code (like a smart contract). See Programs.
TransactionOne or more instructions; each instruction calls a program with accounts and data.
ClusterNetwork: mainnet-beta, devnet, testnet.

๐Ÿ”— Official Resources


๐Ÿ“– In This Section

  • Accounts โ€” How data and SOL are stored on-chain
  • Programs โ€” On-chain code and how to interact
  • Metaplex (NFTs) โ€” NFT standard and tooling
Last updated on