Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@ As the first rollup kit equipped with Aspects, Artela network aims to **maximize

## Build the source

1). Set Up Your Go Development Environment<br />
1) Set Up Your Go Development Environment<br />

Make sure you have set up your [Go](https://go.dev/) development environment.

2). Install ignite-cli<br />
2) Install ignite-cli<br />

```sh
curl https://get.ignite.com/cli@v28.4.0! | bash
```

3). Install rollkit-cli <br />
3) Install rollkit-cli <br />

```sh
curl -sSL https://rollkit.dev/install.sh | sh -s v0.13.6
```

4). Download the Source Code<br />
4) Download the Source Code<br />
Obtain the project source code using the following method:

```
git clone https://github.com/artela-network/artela-rollkit.git
```

5). Compile<br />
5) Compile<br />
Compile the source code and generate the executable using the Go compiler:

```
Expand Down Expand Up @@ -84,4 +84,4 @@ Learn more about Artela in <https://artela.network/>
## License
Copyright © Artela Network, Inc. All rights reserved.

Licensed under the [Apache v2](LICENSE) License.
Licensed under the [Apache v2](LICENSE) License.