From 53ebc1bf17ef1d296a31c041898b036228e065c3 Mon Sep 17 00:00:00 2001 From: Wojtek Date: Thu, 20 Jun 2024 13:12:04 +0200 Subject: [PATCH] Update setup instructions --- README.md | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 9f5df004..e87d3464 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,14 @@ The specification is described [here](spec/spec.md). make build-relayer ``` -### Build relayer docker +### Build relayer docker image ```bash -make build-relayer-docker +make images ``` ## Contract -### Build dev contract (fast build) - -```bash -make build-dev-contract -``` - ### Build contract in docker ```bash @@ -36,19 +30,14 @@ make build-contract ## Dev environment -* Set-up [crust](https://github.com/CoreumFoundation/crust) and [coreum](https://github.com/CoreumFoundation/coreum) +### Start dev environment -As a reference on how to set it up and run for development you can use -the [relayer-ci.yml](.github/workflows/relayer-ci.yml) - -## Build dev environment - -```bash -make build-dev-env +```bash +make znet-start ``` -## Run dev environment +### Stop dev environment -```bash -make run-dev-env +```bash +make znet-remove ```