Skip to main content

Transfer funds

This page covers how to transfer funds between two addresses. There are several ways to complete a transfer; pick the process that best fits your situation. If you're unsure which process to follow, the Substrate Explorer workflow is the easiest.

Substrate explorer

Prerequisites

To transfer funds, you must have the following:

Steps

  1. Import the addresses into the wallet. In the Polkadot{.js} Browser Extension, this can be done by selecting the plus + icon and clicking Import account from pre-existing seed:

  2. Start the Substrate explorer and connect to the testnet.entropy.xyz:9944 network.

  3. Select the Accounts dropdown and click Accounts.

  4. A popup should display asking if you want to grant the Substrate Explorer access to your wallet. Click Yes, allow this application access.

  5. Click Send on the account that you want to send funds from.

  6. Select the account you want to send funds to in the send to address dropdown.

  7. Enter the number of tokens you want to send. The minimum number you can send is 10000.

  8. Click Make Transfer.

  9. Review the details on this confirmation page and click Sign and Submit.

  10. Enter your password if prompted, and click Sign the transaction.

That's it! The transaction will take up to 6 seconds to transfer funds from one account to another.

CLI

The feature is not currently available in the CLI. See issue #80 in the Entropy Docs repository to track the progress of this guide.

SDK

The feature is not currently available in the SDK. To track the progress of this upcoming guide, see issue #81 in the Entropy Docs repository.