Aleo Zero to ZK
CtrlK
  • Overview
  • Learn
    • Core Architecture
    • Concepts
      • Accounts
      • Programs
        • Deployment
        • Execution
      • Blocks
      • Transactions
      • Transitions
      • Storage
        • Records - Private
        • Mappings - Public
      • Fee
    • zkCloud
      • SnarkVM
      • SnarkOS
    • Network
      • Validators
      • Provers
      • Consensus
  • Build
    • Overview
    • Leo
      • Overview
      • Installation
      • Hello Leo
      • Core Components
        • Language
        • Operators
        • Commands
      • Manage Your Program
        • Compliling programs
        • Deploying programs
        • Executing programs
      • Resources
        • Tooling
        • Leo Playground
        • Leo Syntax Cheatsheet
        • Developer Resources
    • Aleo SDK
      • Overview
      • Javascript/Typescript
        • Guide
        • Account
        • Aleo Network Client
        • Development Client
      • Create Aleo App
        • Installation
        • React + JS + Leo Tutorial
      • Wasm
        • Installation
        • NodeJS + Browser
        • Browser (Multi-Threaded)
      • Python
        • Aleo SDK
        • zkML Transpiler
    • Development network
    • snarkOS Node RPC
      • Latest Height
      • Latest Hash
      • Latest Block
      • Latest State Root
      • Get Block
      • Get Blocks
      • Get Height
      • Get Block Transactions
      • Get Transaction
      • Get Memory Pool Transactions
      • Get Program
      • Get Mapping Names
      • Get Mapping Value
      • Get State Path For Commitment
      • Get Beacons
      • Get Peers Count
      • Get Peers All
      • Get Peers All Metrics
      • Get Node Address
      • Find Block Hash
      • Find Transaction ID from Program ID
      • Find Transaction ID from Transition ID
      • Find Transition ID
      • Get Environment Info
      • Transaction Broadcast
    • Data and analytics
      • Block explorers
  • Advanced
    • Inclusion Proof
    • Dive into AVM
      • Circuit
      • ProvingKey
      • VerifyingKey
Powered by GitBook
On this page
  1. Build
  2. Leo

Resources

ToolingLeo PlaygroundLeo Syntax CheatsheetDeveloper Resources
PreviousExecuting programsNextTooling