Solana Dokumentation

Solana ist eine Blockchain, die für die Massenadoption konzipiert wurde. Es ist ein Hochleistungsnetzwerk, das für eine Vielzahl von Anwendungsfällen genutzt wird, einschließlich Finanzen, NFTs, Zahlungen (Payments) und Gaming. Solana funktioniert als eine einzige globale state machine und ist offen, interoperabel und dezentralisiert.

Getting started #

Dive right into Solana to start building or setup your tooling.

Start learning #

Build a strong understanding of the core concepts that make Solana different from other blockchains.

  • Transactions - Collection of instructions for the blockchain to execute
  • Accounts - Data and state storage mechanism for Solana
  • Programs - The executable code used to perform actions on the blockchain
  • Cross-Program Invocation - Core of the "composability" of Solana, this is how programs can "call" each other.

Understanding the architecture #

Get to know the underlying architecture of how the proof-of-stake blockchain works.

  • Validators - the individual nodes that are the backbone of the network
  • Clusters - a collection of validators that work together for consensus

Running a validator #

Explore what it takes to operate a Solana validator and help secure the network.

  • System requirements - Recommended hardware requirements and expected SOL needed to operate a validator
  • Quick start guide - Setup a validator and get connected to a cluster for the first time