Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add docs to run parachain launch
  • Loading branch information
samelamin committed Nov 4, 2022
commit 64ae78b2487ab729c7be97e3373adb53c6d3ee3f
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`