Launch a local network
How to get our parachain running on localhost
Last updated
Was this helpful?
How to get our parachain running on localhost
Last updated
Was this helpful?
A minimum local dev network consists of 2 relay chain nodes and 1 parachain node. To launch it (taking heima as an example, paseo is similar):
make sure docker and yarn are installed
git clone
https://github.com/litentry/heima
cd heima
make launch-network-heima
litentry/heima
images will be pulled automatically. Besides, zombienet, polkadot, polkadot-prepare-worker, and polkadot-execute-worker
will be downloaded automatically and launched.
Wait a while until you see such logs:
Up to this point the network is launched successfully. You should be able to connect to the chain websocket via browser:
When finished with the dev network, run make clean-network
to stop the docker containers and tidy things up