From df3d42b790d54ba4a8800be7b8260be112ad0c51 Mon Sep 17 00:00:00 2001 From: Anshal Shukla Date: Wed, 10 Jan 2024 01:06:16 +0530 Subject: [PATCH] update --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 348a605..05b085d 100644 --- a/README.md +++ b/README.md @@ -12,33 +12,33 @@ There are a few dependencies that need to be installed to smoothly `madara-cli` 1. Clone the `madara-cli` repo: - ```shell - git clone https://github.com/karnotxyz/madara-cli - ``` +```shell +git clone https://github.com/karnotxyz/madara-cli +``` 2. Navigate to the madara-cli directory and build the tool: - ```shell - cd madara-cli - cargo build --release - ``` +```shell +cd madara-cli +cargo build --release +``` 3. Initialize a new app chain. Ensure to fund the logged account, especially if you've chosen Avail as your DA Layer. - ```shell - ./target/release/madara init - ``` +```shell +./target/release/madara init +``` 4. Run your app chain: - ```shell - ./target/release/madara run - ``` +```shell +./target/release/madara run +``` 5. Optionally, explore the StarkScan explorer. Accessible at http://localhost:4000. - ```shell - ./target/release/madara explorer - ``` +```shell +./target/release/madara explorer +``` -Congratulations! You now have a custom madara app running. +**Congratulations! You now have a custom madara app running.**