Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed Jan 9, 2024
1 parent 141918a commit df3d42b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

0 comments on commit df3d42b

Please sign in to comment.