From 960a157b5cb6fb5094d019dab00c1f931f6a044c Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Sat, 29 Jul 2023 15:43:51 -0500 Subject: [PATCH] `docs`: relative paths --- local-interchain/README.md | 2 +- local-interchain/docs/WINDOWS.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/local-interchain/README.md b/local-interchain/README.md index 980d1dc64..f96ce8c22 100644 --- a/local-interchain/README.md +++ b/local-interchain/README.md @@ -8,7 +8,7 @@ A simple way to config and run IBC local chain testing environments with any lan ```bash git clone https://github.com/strangelove-ventures/interchaintest.git -cd local-interchain +cd interchaintest/local-interchain # NOTE: your binary will link back to this location of where you install. # If you rename the folder or move it, you need to `make install` the binary again. diff --git a/local-interchain/docs/WINDOWS.md b/local-interchain/docs/WINDOWS.md index 7d1b0c641..291c7155c 100644 --- a/local-interchain/docs/WINDOWS.md +++ b/local-interchain/docs/WINDOWS.md @@ -1,12 +1,12 @@ -# Setup Windows Environment to Run [Local Interchain](https://github.com/Reecepbcups/local-interchain) +# Setup Windows Environment to Run Local Interchain -This is a step-by-step guide to setup a Windows environment and add the missing dependencies to run [Local Interchain](https://github.com/Reecepbcups/local-interchain) +This is a step-by-step guide to setup a Windows environment and add the missing dependencies to run Local Interchain **Local Interchain enables developers to :-** - Quickly spin up a local testnet for any wasm chain. - Test IBC connection compatibility on a high level between multiple local chains. -- Execute binary commands such as `tx decode` *[see example](https://github.com/Reecepbcups/local-interchain/blob/main/scripts/api_test.py#L29-L33)*. -- Store and execute wasm smart contracts *[see example](https://github.com/Reecepbcups/local-interchain/blob/main/scripts/daodao.py)*. +- Execute binary commands such as `tx decode` *[see example](../scripts/api_test.py)*. +- Store and execute wasm smart contracts *[see example](../scripts/daodao.py)*. - Local RPC node + REST API which enables building scripts with any language. - Configure chains to be launched within the testing environment, adjusting parameters such as gas options, number of validators, IBC paths, governance parameters, genesis accounts, and much more. - Configure IBC relayers. @@ -100,8 +100,8 @@ After finishing the steps above, open a new cmd or shell, and you will be able t 1. Start the docker daemon by running **Docker Desktop** on Win 10/11 or using [**Docker Quickstart Terminal**](https://github.com/microsoft/docker/blob/master/docs/installation/windows.md#using-the-docker-quickstart-terminal) if you have installed Docker Toolbox. 2. Clone the Local Interchain Repo. ```bash -git clone https://github.com/Reecepbcups/local-interchain.git -cd local-interchain +git clone https://github.com/strangelove-ventures/interchaintest.git +cd interchaintest/local-interchain ``` 3. Run `make install` 4. Run `local-ic start base.json`