Generate Test Account

To deploy your contract to any testnet, you need to

  • generate your own test account;
  • transfer some test tokens to it to ensure you have enough balance to pay for the deployment transaction fee.

In the following tutorial, we use the Polkadot.js extension as the default wallet. Other wallets are available here.

Create Test Account with Polkadot.js

Never use your personal accounts for testing in case of unexpected financial losses.

  1. Install Polkadot.js extension;
  2. Choose your installed Polkadot.js extension;
  3. Click “+”, and choose “Create new account”;

  1. Keep mnemonic seed safe;
  2. Choose Network “Allow use on any chain”, fill in the descriptive name and password, and click “Add the account with the generated seed”.

You can refer to the Polkadot.js official tutorial for more usages.

Edit this page on GitHub