- Every topic in the EVM Developers tab, organized by area. -
- -+
Call Hedera's native token, schedule, and account services directly from your Solidity contracts via system contracts.
-- Beginner to advanced — build production-ready contracts on Hedera. +
+ Build production-ready contracts on Hedera from beginner to advanced.
-- Scaffold, compile, deploy, and verify Solidity contracts on Hedera testnet — all from your browser. No CLI, no local setup. Built in collaboration with Kabila and open source. + 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.
+
The Hedera documentation is organized into seven sections. Pick the one that fits what you're building.
-- Pick the Hedera service that powers your app — accounts, smart contracts, native tokens, or consensus — then try it in your browser with no setup. +
+ Pick the Hedera service that powers your app: accounts, smart contracts, native tokens, or consensus, then try it in your browser with no setup.
- {/* Services grid — 4 core Hedera services */} -- Run code in the Playground, scaffold a contract, demo an agent, or preview a token mint — no setup. + Run code in the Playground, scaffold a contract, demo an agent, or preview a token mint, no setup.
contributing guide{' '} to get involved.
- diff --git a/learn/core-concepts/accounts/account-properties.mdx b/learn/core-concepts/accounts/account-properties.mdx index 84cd00ce..e3fae15a 100644 --- a/learn/core-concepts/accounts/account-properties.mdx +++ b/learn/core-concepts/accounts/account-properties.mdx @@ -66,13 +66,13 @@ All accounts can have an **account number alias.** An account number alias is a This account property is not stored in consensus node state. You will not see this value returned when querying the consensus nodes for the account object and inspecting the account alias field. -The mirror node will calculate the account number alias from the account number. The account number alias is calculated and returned in account REST APIs only when the account does not have an existing account alias. For example, if the account was created through the [auto account creation](/hedera/core-concepts/accounts/auto-account-creation) flow using an account alias the account number alias will not be populated. If the account was normally created then the account alias field will store the account number alias. +The mirror node will calculate the account number alias from the account number. The account number alias is calculated and returned in account REST APIs only when the account does not have an existing account alias. For example, if the account was created through the [auto account creation](/learn/core-concepts/accounts/auto-account-creation) flow using an account alias the account number alias will not be populated. If the account was normally created then the account alias field will store the account number alias.| Account ID | Account Number Alias Example |
|---|---|
0.0.10 | The hex encoding value for 10 is "0a."000000000000000000000000000000000000000a |
+ 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. +
+ +- Every topic in the Learn tab, organized by area. -
- -+
The building blocks behind every Hedera transaction.
-