Просмотр исходного кода

explorer: add Darkfi project dependencies to README prerequisites.

Added core Darkfi project dependencies to the prerequisites section in explorer/README.md.
kalm 1 год назад
Родитель
Сommit
6d73b6e36f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      bin/explorer/README.md

+ 1 - 0
bin/explorer/README.md

@@ -42,6 +42,7 @@ Before you begin, ensure you have the following installed and configured:
 - **Rust 1.86 or later**: For building and running the explorer daemon (`explorerd`).
 - **Make**: To start and stop explorer environments using make
 - **Python 3.12**: Required for running the Explorer Site (`site`).
+- **Darkfi Project Dependencies**: Dependencies required to compile the Darkfi code. For more details, see [Darkfi Build Dependencies](../../README.md#build).
 - **Darkfid**: Required for running DarkFi blockchain nodes on respective networks. The make commands build the binary from source code in `../darkfid` (if not already built in project root) and apply the appropriate network configuration.
 - **Minerd**: Needed for setups where Darkfid is configured with a miner JSON-RPC endpoint, but the configured miner is not running on the desired network. The make commands build the binary from source code in `../minerd` (if not already built in project root) and apply the appropriate network configuration.