Pastel Network
  • Introduction
    • Pastel Overview
    • Pastel Token (PSL)
    • PSL Token Economics
    • Pastel Consensus Protocol
    • Key Features
  • Basics
    • Smart Ticket Structure
    • Fees and Burn
    • SuperNodes
      • SuperNode Staking
      • SuperNode States & Implications for Stake
      • SuperNode Operator Selection
      • SuperNode Fees
    • Governance
    • Accounts
  • Development Guide
    • Types of Pastel installations
      • Pastel Network Architecture
    • Requirements
      • Default directories
    • QuickStart: Running a Node
    • WalletNode
      • API
        • Sense API
        • Cascade API
        • NFT API
      • GRPC Interface
    • SuperNode
      • GRPC Interface
    • Pasteld Daemon
      • Pasteld CLI Implementation
      • Pasteld JSON-RPC API
    • Pastel-CLI
    • Understanding Smart Tickets
      • NFT Tickets
      • PastelID Tickets
    • Testing
    • Tutorials
      • Pastel Wallet App
    • Public Endpoints & Resources
    • Configurations
  • Sense Protocol
    • Sense Overview
    • Sense Basics
    • Building with Sense API
  • Cascade Protocol
    • Cascade Overview
    • Cascade Basics
    • Building with Cascade API
Powered by GitBook
On this page
  • Installation directories:
  • Working directories:
  • ZKSnark parameters directories:

Was this helpful?

Export as PDF
  1. Development Guide
  2. Requirements

Default directories

Installation directories:

  • Windows 10

    • C:\Users\<Username>\AppData\Roaming\PastelWallet

  • Mac

    • ~/Application/Pastel

  • Linux

    • ~/pastel

Working directories:

  • Windows

    • C:\Users\<Username>\AppData\Roaming\Pastel

  • Mac

    • ~/Library/Application Support/Pastel

  • Linux

    • ~/.pastel

ZKSnark parameters directories:

  • Windows 10

    • C:\Users\<Username>\AppData\Roaming\PastelParams

  • Mac

    • ~/Application Support/PastelParams

  • Linux

    • ~/.pastel-params

PreviousRequirementsNextQuickStart: Running a Node

Last updated 2 years ago

Was this helpful?