Introduction

Through this short Getting Started series, you will learn the basics of creating an account, transferring HBAR, signing, and submitting transactions to the Hedera Testnet. The Hedera Testnet allows you to play with the Hedera APIs in a non-production environment. You will see how easy it is to get started with one of our Hedera SDKs in the programming language of your choice. Below are two paths to creating testnet accounts and receiving HBAR to build, test, and deploy Hedera dApps:

Hedera Faucet

Hedera Developer Portal


Hedera Faucet

The Hedera faucet allows you to anonymously receive testnet HBAR without the hassle of creating a developer portal account. To use the anonymous faucet, visit the Hedera faucet and connect your wallet, or enter an EVM wallet address or Hedera account ID to initiate the process.

Entering an EVM address will facilitate an account creation using the auto account creation flow. Copy and save the new Hedera account ID and the private key you're managing for your coding environment setup on the next page.

The faucet has a maximum dispense limit of 100 HBAR every 24 hours.

You will receive an error message and be prompted to return when your account is eligible for a refill if you attempt it more than once within a 24-hour period.


Hedera Developer Portal Profile

The Hedera developer portal allows you to create a testnet account to receive HBAR upon creation. Visit the Hedera developer portal and follow the instructions to create an account.

After account creation, your portal testnet account will automatically receive 1000 HBAR, and you'll see your account ID and key pair from the portal dashboard (see image below). Copy your account ID and DER-encoded private key for the coding environment setup step.

Note: Testnet accounts on the developer portal are subject to a daily top-up limit of 1000 HBAR. Accounts do not automatically get topped up. To maintain your balance, you must manually request a refill through the portal dashboard every 24 hours.

For clarity, topping up does not add 1000 HBAR to your account balance each time you refill. Instead, your account balance is replenished up to 1000 HBAR if it falls below this threshold. For example, if your account balance is 500 HBAR, refilling will only add enough HBAR to bring your balance to 1000 HBAR, not an additional 1000 HBAR.

Last updated