Generate Test Account
To deploy your contract to any testnet, you will first need to
generate your own test account;
transfer some test tokens to it to ensure you can 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.
Creating a Test Account with Polkadot.js
Never use your personal accounts for testing in case of unexpected financial losses.
Install Polkadot.js extension;
Click on the Polkadot.js extension;
Click โ+โ, and choose โCreate new accountโ;\
Keep mnemonic seed safe;
Under Network, select โAllow use on any chainโ, submit a name and password, and click โAdd the account with the generated seedโ.\
You can refer to the Polkadot.js official tutorial for more usages.
Last updated