Skip to content

Commit

Permalink
update readme for initial setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 committed Dec 12, 2024
1 parent f842002 commit 6663931
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,23 @@ Everyone is encouraged to run a chain locally for development and testing purpos

Entire process of running local chain is automated by our tooling. The only prerequisites are:
- `docker` installed from your favorite package manager
- `go 1.21` or newer installed and available in your `PATH`
- `go 1.21` or newer installed and available in your `PATH` (ensure version of go, installing from package manager might get you an older version)

### Build binaries

Steps to build required binaries:
1. Clone this repository
1. Clone crust repository and setup initial dependencies
```
$ git clone https://github.com/CoreumFoundation/crust
$ ./crust/bin/crust setup
```

2. Clone this repository
```
$ git clone https://github.com/CoreumFoundation/coreum
$ cd coreum
```
2. Compile the `cored` binary:
3. Compile the `cored` binary:
```
$ make build
```
Expand Down

0 comments on commit 6663931

Please sign in to comment.