Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
madara config structure
Browse files Browse the repository at this point in the history
  • Loading branch information
onchezz committed Feb 12, 2024
1 parent a31ab21 commit 614ebb9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ch03-02-01-madara.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 614ebb9

Please sign in to comment.