github.com/badrootd/nibiru-cometbft@v0.37.5-0.20240307173500-2a75559eee9b/docs/core/README.md (about)

     1  ---
     2  order: 1
     3  parent:
     4    title: Core
     5    order: 4
     6  ---
     7  
     8  # Overview
     9  
    10  This section dives into the internals of the CometBFT's implementation.
    11  
    12  - [Using CometBFT](./using-cometbft.md)
    13  - [Configuration](./configuration.md)
    14  - [Running in Production](./running-in-production.md)
    15  - [Metrics](./metrics.md)
    16  - [Validators](./validators.md)
    17  - [Subscribing to events](./subscription.md)
    18  - [Block Structure](./block-structure.md)
    19  - [RPC](./rpc.md)
    20  - [Block Sync](./block-sync.md)
    21  - [State Sync](./state-sync.md)
    22  - [Mempool](./mempool.md)
    23  - [Light Client](./light-client.md)