bet

Pangea-Bet Documentation

This directory contains comprehensive documentation for the Pangea-Bet platform. Documentation is organized into logical sections based on your needs.

Quick Navigation

Getting Started

Configuration Guides

Architecture & Protocol

Advanced Topics

Reference

Documentation Structure

docs/
├── README.md (this file)
├── protocol/              # Protocol specifications and general documentation
│   ├── compile.md         # Build and installation instructions
│   ├── release.md         # Pre-compiled binaries and releases
│   ├── dealer_configuration.md
│   ├── player_configuration.md
│   ├── cashier_configuration.md
│   ├── node_communication.md
│   ├── tx_flow.md
│   ├── GUI_MESSAGE_FORMATS.md
│   └── ...
└── verus_migration/       # Verus ID architecture and migration
    ├── architecture.md    # System architecture and RPC abstraction
    ├── verus_migration.md # Migration overview
    ├── id_creation_process.md
    ├── ids_keys_data.md
    ├── game_state.md
    └── ...

Finding What You Need

New to Pangea-Bet?

  1. Start with Installation & Setup
  2. Configure your node type: Dealer Player Cashier
  3. Understand the architecture: Verus Migration Guide

Setting up a node?

Understanding how it works?

Developing or integrating?

Troubleshooting?


For the main project README, see ../README.md.