
Hedera Developer Portal
Login required. Provides the highest initial HBAR balance and advanced account management tools.

Hedera Faucet
Quick and anonymous. Create a testnet account using an EVM wallet address.

HashPack Wallet
Easy to use. Offers simple account creation with a user-friendly wallet interface.
Comparison Table: Portal, Faucet, and HashPack
Use this table to compare the features of the Hedera Developer Portal, Anonymous Faucet, and HashPack Wallet. Find the option that best matches your workflow and project requirements.| Feature | Developer Portal | Hedera Faucet | HashPack Wallet |
|---|---|---|---|
| Account Creation | Email signup/login | Anonymous signup | Email signup/login, recovery phrase, hardware wallet |
| Initial Balance | 1000 HBAR initial balance at account creation | 100 HBAR initial balance at account creation | 100 HBAR initial balance at account creation |
| Supported Key Types | ED25519, ECDSA | ED25519, ECDSA | ED25519, ECDSA |
| Dispense Limit | Up to 1000 HBAR per day | Up to 100 HBAR per day | Up to 100 HBAR per day |
| User Experience | Best suited for developers with some technical knowledge | Simple and anonymous, beginner-friendly | User-friendly interface with tools for both beginners and advanced users |
| Additional Features | Personal access tokens (API keys), manage accounts, store private keys | HashPack and Blade wallet integration | Integrated dApp browser, peer-to-peer NFT secure trade, Ledger integration |
Note: You will need the private key to input in your
.env file when completing the coding environment setup. Please store them where you can easily access them.Option 1: Hedera Developer Portal
The Hedera Developer Portal provides a managed interface for creating a testnet account, funding it with HBAR, and accessing advanced features like API key management.Step 1: Sign Up and Create a Developer Portal Login
Visit the Hedera Developer Portal and follow the steps to sign up and create your testnet account.
Step 2: Receive HBAR and Review Account Details
Once your testnet account is created, it will automatically be funded with 1000 HBAR. From the portal dashboard, you can view your account ID and key pair. Copy and securely save your HEX-encoded private key to configure your development environment later.
The portal dashboard also serves as a central location where you can manage your account IDs and private keys, easily access the testnet HBAR, and unlock features like a personal access token (API key).

Option 2: Hedera Faucet
The Hedera faucet allows you to quickly create a testnet account and fund it with 100 HBAR without creating a developer profile or login. It auto-creates a testnet account when you enter an EVM wallet address.Step 1: Visit the Faucet
To use the faucet, first head to the faucet landing page.
Step 2: Testnet Account Creation
Enter your EVM wallet address in the ‘Enter Wallet Address’ field. This initiates an auto account creation flow that automatically creates a new Hedera Testnet account with 100 testnet HBAR.⚠️ WarningExport your private key from the wallet where you created the EVM address (e.g., MetaMask), as it’s required to configure your environment variables.For detailed instructions on exporting your private key, refer to this how-to guide. Keep your private keys secure. Anyone with access to them can control your wallet and any funds.We highly advise against using the private key of a wallet with any mainnet funds.
EVM wallet address ➡ Hedera account ID
For reference, this is an example of an EVM wallet address:0x00000000000000000000000000000000002cd37f




Option 3: HashPack Wallet
The HashPack Wallet makes it easy to create and manage Hedera Testnet accounts through its web app, browser extension, or mobile app. Follow the steps below to create an ECDSA testnet account (ED25519 is also supported). This guide uses the HashPack web app for demonstration.Create a New Account
Visit the HashPack web app and follow these steps:- Click Create a New Wallet. and create a wallet password.
- Check the Testnet Account box below Advanced Creation.
- Choose an account creation method:
- One-Click Login: Quick setup with basic options.
- Advanced Creation: A customizable setup that includes choosing a seed phrase type.
(This guide uses the Advanced Creation method.)


- Select ECDSA Account to create an ECDSA testnet account.


- Verify your new account seed phrase and save your recovery keys.


- Give your new account a nickname (e.g., DINO SZN 🦖) and click Create Wallet.


Step 2: Fund New Account (optional)
When you create a testnet account through HashPack, it’s automatically funded with 100 HBAR. To add another 100 HBAR, use the Hedera Faucet for a total of 200 HBAR. Note that after the first day, faucet funding is limited to 100 HBAR per day.Next Step: Set Up Your Environment
With your testnet account created and funded, you’re ready for the next step: setting up your development environment. Follow the next guide to configure your tools and start interacting with the Hedera network.Have questions? Join the Hedera Discord and post them in the
developer-general channel or ask on Stack Overflow.