This commit is contained in:
Marios Christou
2025-09-26 16:59:12 +03:00
parent 6f8dc7958e
commit 9e3d65dcc0
+7 -7
View File
@@ -1,29 +1,29 @@
//! # ZombieNode Implementation //! # ZombieNode Implementation
//! //!
//! ## Required Binaries //! ## Required Binaries
//! This module requires the following binaries to be compiled and available in your PATH: //! This module requires the following binaries to be compiled and available in your PATH:
//! //!
//! 1. **polkadot-parachain**: //! 1. **polkadot-parachain**:
//! ```bash //! ```bash
//! git clone https://github.com/paritytech/polkadot-sdk.git //! git clone https://github.com/paritytech/polkadot-sdk.git
//! cd polkadot-sdk //! cd polkadot-sdk
//! cargo build --release --locked -p polkadot-parachain-bin --bin polkadot-parachain //! cargo build --release --locked -p polkadot-parachain-bin --bin polkadot-parachain
//! ``` //! ```
//! //!
//! 2. **eth-rpc** (Revive EVM RPC server): //! 2. **eth-rpc** (Revive EVM RPC server):
//! ```bash //! ```bash
//! git clone https://github.com/paritytech/polkadot-sdk.git //! git clone https://github.com/paritytech/polkadot-sdk.git
//! cd polkadot-sdk //! cd polkadot-sdk
//! cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc //! cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc
//! ``` //! ```
//! //!
//! 3. **polkadot** (for the relay chain): //! 3. **polkadot** (for the relay chain):
//! ```bash //! ```bash
//! # In polkadot-sdk directory //! # In polkadot-sdk directory
//! cargo build --release -p polkadot //! cargo build --release -p polkadot
//! ``` //! ```
//! //!
//! Make sure to add the build output directories to your PATH or provide //! Make sure to add the build output directories to your PATH or provide
//! the full paths in your configuration. //! the full paths in your configuration.
use std::{ use std::{