This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |