This directory contains comprehensive documentation for the Pangea-Bet platform. Documentation is organized into logical sections based on your needs.
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
└── ...
New to Pangea-Bet?
| Configure your node type: Dealer | Player | Cashier |
Setting up a node?
Understanding how it works?
Developing or integrating?
Troubleshooting?
For the main project README, see ../README.md.