Set up keys
The following guide shows how to generate keys.
There are multiple ways to generate keys (accounts) on Polkadot, such as:
PolkadotJs Signer or any other custodial
Account creation should be done securely, such as using an air-gapped computer.
For the sake of this guide, we will use subkey:
Using Docker
Generate the key:
On your Machine
You can download the polkadot-sdk and run the following command instead:
You should get an output similar to:
This your key (Polkadot account). Save the secret phrase in a vault securely and never share it.
Resources
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