Core Components
- Block: Holds transactions, timestamp, and previous hash.
- Blockchain: Manages blocks and validates new additions.
- Transaction: Contains inputs, outputs, and signatures.
- UTXO: Tracks unspent outputs to prevent double spending.
- Wallet: Generates key pairs and signs transactions.
Next → API Reference