Spinning up Paseo
How to spin up the Paseo Relay chain locally
Use Pop CLI to spin up Paseo locally!
First, create the following network.toml
file in your project's root directory.
This is specifying a network configuration using Paseo (which is the "test" version of the Polkadot Relay chain) along with two validator nodes to run the network:
alice
andbob
.
Let's run it.
It may take some time if it prompts you to download the binaries. Grab some coffee.
Eventually you will get output like so.
Congrats! You now have a Paseo network running locally!
For more examples of network configurations:
For more advanced options, such as specifying the Relay chain version, run the following command:
Learning Resources
🧑🏫 To learn about Polkadot in general, Polkadot.network website is a good starting point.
⭕ Learn more about parachains here.
🧑🔧 For technical introduction, here are the Polkadot SDK documentation resources.
Technical Support
Create a question and tag it with "
pop
"Share the StackExchange question in our Pop Support Telegram channel
Last updated