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
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.

Last updated
Was this helpful?