Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add docs to run parachain launch
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Nov 4, 2022
1 parent feaefc7 commit 64ae78b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scripts/parachain-launch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# parachain-launch



# Introduction

[Parachain-launch](https://github.com/open-web3-stack/parachain-launch) is a script that generates a docker compose file allowing you to launch a testnet of multiple blockchain nodes.

The output directory already contains a generated docker-compose file so you can spin a testnet up without needing to install `parachain-launch`

To get the testnet up and running run the below command

```
docker-compose -f output/docker-compose.yml up -d
```

To regenerate the compose file, first ensure `parachain-launch` is installed and run the following command

```
parachain-launch generate statemine.yml
```

# Requirements
The only requirement to spin a testnet up is to have [docker-compose](https://docs.docker.com/compose/install/) installed, however to generate your own compose file then please follow the instructions to install `parachain-launch`

0 comments on commit 64ae78b

Please sign in to comment.