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

Multi-relaychain support with their own parachains #43

Open GopherJ opened 2 years ago

GopherJ commented 2 years ago

This can be a good feature to implement when we would like to test both Kusama and Polkadot, so it looks like:

kusama:

polkadot:

This can be useful to implement if someone finds time to do it