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.

Screenshot of the Hedera Developer portal (portal.hedera.com/register) account creation page.

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 your developer portal profile have a maximum daily top-up limit of 1000 HBAR. For example, if you have 500 HBAR in your account, your balance will be topped up to 1000 HBAR every 24-hour period. Accounts don't automatically get topped up. You have to manually refill them from the portal dashboard every 24 hours.

Last updated

Was this helpful?

#2416: #441 #524 #553 update docs with portal faucet + API key features

Change request updated