open-web3-stack/parachain-launch

Allow run only relaychain without any parachains

GopherJ opened this issue · 4 comments

sometimes for test purpose, it can be good to run only relaychain testnet then add parachain later through extrinsics.

@GopherJ
I think, this purpose can also be implemented now. before running the following code, delete the container of the parachains logic from docker-compose.yml.

docker-compose up -d --build
xlc commented

empty parachains should just work right?

can't work right now.

xlc commented

what's the issue? you can fix whatever the issue is instead of adding new flags?