substrate-developer-hub/substrate-parachain-template

How to run a parachain as a regular Substrate chain

Closed this issue · 1 comments

Hey,

While developing on my parachain, I would like to be able to run it like a simple regular FRAME chain. Mainly locally, the same way I can run cargo run --dev on a regular chain.
Is there an easy way to compile and run only the parachain, without the relay-chain node. Not as a collator node, but as a regular node ?

Would be a great tool for development on non parachain related pallets.

There is no such feature (yet) paritytech/cumulus#483

You may like the functionality of https://github.com/paritytech/zombienet that helps automate the local setup needed quite a bit! 🤞

If you have further issues, please ask on https://substrate.stackexchange.com/ to get support 🙏