Skip to content

Commit

Permalink
docs: relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Jul 29, 2023
1 parent eff98a1 commit 960a157
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion local-interchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 6 additions & 6 deletions local-interchain/docs/WINDOWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 960a157

Please sign in to comment.