← Getting Started
Developer Playground
Try Hedera transactions directly in your browser with this interactive playground. Create accounts, transfer HBAR, mint tokens, and exercise core services on testnet with no SDK install or keys to manage. Built in collaboration with Kabila and open source.
Need more room? Open it full-screen at portal.hedera.com/playground.
What you can try
- Account operations: create testnet accounts, check balances, and transfer HBAR between accounts.
- Token Service: create fungible and non-fungible tokens, associate, mint, and transfer them.
- Consensus Service: create topics and submit messages to test ordered, timestamped event flows.
- Inspect on HashScan: every transaction links straight to HashScan so you can see the receipt and record.
Next steps
Create a portal account
Sign up for the Hedera portal to manage testnet accounts, keys, and faucet funding.
Choose your path
Decide between EVM/Solidity or a native SDK (JS, Java, Go) for your first project.
Try the Contract Builder
Scaffold, compile, deploy, and verify Solidity contracts on testnet, also in your browser.