Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Adjust README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emielvanderhoek committed Sep 3, 2020
1 parent 448e9d5 commit b25315a
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,29 @@ Polkascan Substrate Interface Main Application
git submodule update --init --recursive
```

* Build and run the Docker containers (using public node wss://kusama-rpc.polkadot.io)
* Kusama Network using a publicly hosted node:
```bash
docker-compose -f docker-compose.kusama-cc3-public.yml up --build
docker-compose -p substrate-interface -f docker-compose.kusama-public.yml up --build --remove-orphans
```

* Build and run the Docker containers (using local Kusama CC3 node)
* Kusama Network using a local node that is part of the docker-compose configuration:
```bash
docker-compose -f docker-compose.kusama-cc3-local.yml up --build
docker-compose -p substrate-interface -f docker-compose.kusama-local.yml up --build --remove-orphans
```

* Polkadot Network using a publicly hosted node:
```bash
docker-compose -p substrate-interface -f docker-compose.polkadot-public.yml up --build --remove-orphans
```

* Network using a local node that is part of the docker-compose configuration:
```bash
docker-compose -p substrate-interface -f docker-compose.polkadot-local.yml up --build --remove-orphans
```

* Substrate Node Template Development Network using a local node. This step assumes that a Substrate node is running on your local machine. The Docker-Compose configuration points to your localhost from within the configuration:
```bash
docker-compose -p substrate-interface -f docker-compose.kusama-public.yml up --build --remove-orphans
```

## Links
Expand Down

0 comments on commit b25315a

Please sign in to comment.