1. Prologue
  2. 1. Introduction
  3. 2. Core Ledger
    ❱
    1. 2.1. General Concepts
      ❱
      1. 2.1.1. Blockchain concepts
      2. 2.1.2. Network overview
      3. 2.1.3. Node organization
      4. 2.1.4. Stake
    2. 2.2. Quickstart
      ❱
      1. 2.2.1. Command line tools
      2. 2.2.2. Starting a passive node
      3. 2.2.3. REST Api
      4. 2.2.4. Explorer mode
      5. 2.2.5. How to start a node as a leader candidate
    3. 2.3. Configuration
      ❱
      1. 2.3.1. Leadership
      2. 2.3.2. Logging
      3. 2.3.3. Mempool
      4. 2.3.4. Node network
      5. 2.3.5. Prometheus
    4. 2.4. jcli
      ❱
      1. 2.4.1. Address
      2. 2.4.2. Certificate
      3. 2.4.3. Genesis
      4. 2.4.4. cryptographic keys
      5. 2.4.5. REST
      6. 2.4.6. Transaction
      7. 2.4.7. Voting
    5. 2.5. Staking with Jörmungandr
      ❱
      1. 2.5.1. Delegating your stake
      2. 2.5.2. Registering a stake pool
      3. 2.5.3. Retiring a stake pool
    6. 2.6. Advanced
      ❱
      1. 2.6.1. genesis file
      2. 2.6.2. starting a bft node
      3. 2.6.3. starting a genesis blockchain
      4. 2.6.4. How Vote plans, Vote Fragments and the blockchain transaction work and inter-relate
    7. 2.7. Jormungandr Specifications
      ❱
      1. 2.7.1. MIGRATION
      2. 2.7.2. Network
    8. 2.8. testing
      ❱
      1. 2.8.1. jormungandr-automation
      2. 2.8.2. Hersir
      3. 2.8.3. jormungandr-integration-tests
      4. 2.8.4. Loki
      5. 2.8.5. Mjolnir
      6. 2.8.6. Thor
    9. 2.9. Internal Design
      ❱
      1. 2.9.1. Automatic deployment of the voting blockchain
      2. 2.9.2. Permissionless Auth
  4. 3. Catalyst testing User Guide
    ❱
    1. 3.1. Iapyx
      ❱
      1. 3.1.1. Iapyx
      2. 3.1.2. Iapyx Load
    2. 3.2. integration-tests
    3. 3.3. Registration service
      ❱
      1. 3.3.1. Registration CLI
      2. 3.3.2. Configuration
    4. 3.4. Registration service
      ❱
      1. 3.4.1. Registration Verify CLI
      2. 3.4.2. Configuration
    5. 3.5. Snapshot trigger service
      ❱
      1. 3.5.1. Registration CLI
      2. 3.5.2. Configuration
    6. 3.6. snapshot wormhole
      ❱
      1. 3.6.1. Configuration
    7. 3.7. valgrind
      ❱
      1. 3.7.1. Configuration
    8. 3.8. vitup
      ❱
      1. 3.8.1. Configuration
      2. 3.8.2. Data Generation
        ❱
        1. 3.8.2.1. Configuration
        2. 3.8.2.2. Configuration
      3. 3.8.3. Data Generation
      4. 3.8.4. Mock
      5. 3.8.5. Mock Farm
      6. 3.8.6. Configuration modes
  5. 4. Core VIT Servicing Station
    ❱
    1. 4.1. vit-servicing-station-tests
  6. 5. Unified Platform
    ❱
    1. 5.1. Overview
      ❱
      1. 5.1.1. Cardano Nodes
      2. 5.1.2. Bridge Pipeline
        ❱
        1. 5.1.2.1. Block Reader
      3. 5.1.3. REST HTTP Service
      4. 5.1.4. Event Stream
      5. 5.1.5. Database
        ❱
        1. 5.1.5.1. Registrations Database
        2. 5.1.5.2. Staked ADA Database
        3. 5.1.5.3. Transaction State Database
  7. 6. Rust API
    ❱
    1. 6.1. 🦀 Rust Style Guide
  8. 7. Web API
    ❱
    1. 7.1. Catalyst Core API V1
    2. 7.2. dbSync Explorer HTTP/REST API V1
    3. 7.3. VIT Servicing Station HTTP/REST API V0
    4. 7.4. VIT Testing Mock Farm HTTP/REST API V0
    5. 7.5. VIT Testing Mock HTTP/REST API V0
    6. 7.6. Vote Ledger HTTP/REST API V0
    7. 7.7. Vote Ledger HTTP/REST API V1
  9. 8. Event DB crate
    ❱
    1. 8.1. Event DB Local Development
    2. 8.2. General Configuration
    3. 8.3. Event Definition Table
    4. 8.4. Objective and Proposal Tables
    5. 8.5. Vote Plan Tables
    6. 8.6. Voter Voting Power Snapshot and Vote Storage Table
    7. 8.7. Catalyst Automation Support Tables
    8. 8.8. Moderation Stage
  10. 9. Python API
    ❱
    1. 9.1. Voting Node API documentation
  11. 10. Prometheus Metrics
    ❱
    1. 10.1. `jormungandr` Prometheus Metrics
  12. 11. Contributing to Catalyst Core
  13. 12. Contributor Covenant Code of Conduct
  14. 13. Example Enhanced Markup
  15. Suffix

Catalyst Voting System - Core Technology

Catalyst Core API V1

Found a bug? Edit this page on GitHub.