Skip to main content
← EVM Tools

Hedera Contract Builder

Scaffold, compile, deploy, and verify Solidity contracts on Hedera testnet all from your browser with this interactive playground. No CLI, no local setup. Built in collaboration with Kabila and open source.

Need more room? Open it full-screen at portal.hedera.com/contract-builder.

What you can build

  • Token contracts — ERC-20, ERC-721, and ERC-1155 templates with mintable, burnable, pausable, and permit options.
  • Hedera system contracts — call HTS, the Account Service, and Schedule Service directly from Solidity.
  • One-click verify — push the contract to Sourcify so the source shows up on HashScan.
  • Call functions in place — exercise deployed contracts from the same UI to test logic before wiring up a frontend.

Next steps