SUNFLOWER
  • Introduction
    • What is Sunflower?
    • Mission & Vision
    • Key Features
  • Getting Started
    • System Requirements
    • Installation Guide
    • Creating an Account
    • Setting up a Node
  • User Guide
    • Dashboard Overview
    • Sharing Bandwidth
    • Monitoring Earnings
    • Token Management
    • Participating in Governance
  • Architecture
    • Overview
    • User Layer
    • Client Layer
    • P2P Network Layer
    • Consensus & Mining
    • Smart Contract & Governance Layer
    • Application & Data Consumption Layer
  • Tokenomics
    • Token Distribution Model
    • Mining Rewards & Incentives
    • Use Cases
    • Inflation & Deflation Strategies
  • Sunflower Data
    • Sunflower Architecture
      • Client Layer
      • RPC/Aggregator Nodes
      • Validator
      • Router
      • Sunflower Nodes
      • Public Web Servers
      • ZK Processor / PoB Aggregator
      • Sunflower Data Ledger
      • L1 Settlement Layer (Optional)
      • AI / Edge Features (Optional)
    • Data Flow Overview
      • Step-by-Step Data Flow
      • Data Flow Diagram
      • Key Features and Professional Highlights
  • Security
    • Security Measures
    • Privacy Protection
    • Smart Contract Audits
  • Roadmap
    • Phase 1: Foundation Building
    • Phase 2: Test Iteration & Audits
    • Phase 3: Mainnet Launch
    • Phase 4: Ecosystem Expansion
    • Phase 5: Decentralized Governance
  • FAQ
    • General Questions
    • Technical Questions
    • Mining and Rewards
    • Token & Transactions
    • Security & Privacy
    • Support & Community
    • Future Development
  • Contributing
    • How to Contribute
    • Development Guidelines
    • Reporting Issues
Powered by GitBook
On this page
  1. Getting Started

Installation Guide

PreviousSystem RequirementsNextCreating an Account

Last updated 5 months ago

  • Download the Client:

    • Visit the Sunflower Official Website or the to download the latest version of the Sunflower client suitable for your operating system (Windows, macOS, or Linux).

  • Install the Client:

    • Windows:

      • Run the downloaded .exe file and follow the installation wizard.

    • macOS:

      • Open the downloaded .dmg file and drag the Sunflower app to your Applications folder.

    • Linux:

      • Extract the downloaded archive and run the installation script:

        bash
        
        tar -xzvf sunflower-linux.tar.gz
        cd sunflower-linux
        sudo ./install.sh
  • Launch the Client:

    • After installation, open the Sunflower client from your applications menu or desktop shortcut.

  • Initial Setup:

    • Upon first launch, you will be prompted to create or import an account.

    • Follow the on-screen instructions to complete the setup process.

GitHub Repository