mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-13 09:21:03 +00:00
fmt
This commit is contained in:
@@ -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::{
|
||||||
|
|||||||
Reference in New Issue
Block a user