open-web3-stack / parachain-launch

Tool to generate docker-compose.yml to launch a full relaychain - parachain testnet.
Apache License 2.0
72 stars 36 forks source link

support port start index #41

Closed GopherJ closed 2 years ago

GopherJ commented 2 years ago

sometimes we may want to launch two testnets on the same machine, one for polkadot-local + acala for example, another for kusama-local + karura for example.

since we cannot use one config.yml for launching them all together, I'm wondering if we can support start index

https://github.com/open-web3-stack/parachain-launch/blob/master/src/index.ts#L458

GopherJ commented 2 years ago

Or maybe it'll be good support multi relaychains