Polkadot{.js} Extension Guide
In this tutorial, we present how to use Polkadot{.js} Extension to create/import Khala account. Khala Network, as the parachain of Kusama, shares the accounts of Kusama Relay Chain.
Install Polkadot{.js} Extension
- Get extension from https://polkadot.js.org/extension/
- Choose Chrome or Firefox Extension according to your explorer
Create New Account
- Choose your installed Polkadot{.js} Extension;
- Click “+”, and choose “Create new account”;
- Keep mnemonic seed safe;
- Choose Network “Allow use on any chain”, fill in the descriptive name and password, and click “Add the account with the generated seed”.
Import Existed Account
There are two ways to import an existed account:
Import with Mnemonic
- Choose your installed Polkadot{.js} Extension;
- Click “+”, and choose “Import account from pre-existing seed”;
- Type in your 12-word mnemonic seed (DO NOT let others know it), separate each word with space. Choose Network “Allow use on any chain”. Click Next;
- Fill in the descriptive name and password, and click “Add the account with the supplied seed”;
- Congratulation!
Import with JSON
- Choose your installed Polkadot{.js} Extension;
- Click “+”, and choose “Restore account from backup JSON file”;
- Choose your saved JSON file;
- Type in your password and click Restore;
- Choose “Allow use on any chain”;
- Congratulation!