From 614ebb9defb74b8bd57da0b2ffa21dc56fe469d9 Mon Sep 17 00:00:00 2001 From: onchezz Date: Mon, 12 Feb 2024 20:48:31 +0300 Subject: [PATCH] madara config structure --- src/ch03-02-01-madara.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ch03-02-01-madara.md b/src/ch03-02-01-madara.md index 2862a9a41..532111c24 100644 --- a/src/ch03-02-01-madara.md +++ b/src/ch03-02-01-madara.md @@ -57,19 +57,20 @@ cargo build --release **Single-Node Development Chain** This command will start the single-node development chain with non-persistent -run madara setup: + +run madara setup configuration: ```bash ./target/release/madara setup --chain dev --from-local ./configs ``` -state: +run madara node: ```bash ./target/release/madara --dev ``` -Purge the development chain's state: +Purge the development chain's state (only if you you want to keep the persist state of the node ): ```bash ./target/release/madara purge-chain --dev