> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-4a9eb0b1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# JavaScript quickstart

> Submit your first Hedera transaction with the JavaScript SDK using the developer playground, create a testnet account, and view the result on HashScan.

This quickstart walks you through submitting your first Hedera transaction using the playground, creating and funding a testnet account via the developer portal, and viewing the transaction on HashScan.

***

## Submit Your First Transaction

<Steps>
  <Step title="Open the Playground">
    <Card horizontal title="OPEN PLAYGROUND" href="https://portal.hedera.com/playground" icon="rectangle-terminal" />
  </Step>

  <Step title="Transfer HBAR transaction">
    Under the **Account & HBAR** native services, click the **Transfer HBAR** transaction from the left navigation

    1. Replace `receiverAccount` with account ID "0.0.800"
    2. Then click on **Get Account Balance** under Queries
  </Step>

  <Step title="Execute transaction">
    Click the **Execute** button to submit your first transaction.

    <Frame>
      <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-4a9eb0b1/tR-_Zvz1YJQ6Uh9c/images/getting-started-hedera-native-developers/quickstart/quickstart-1.png?fit=max&auto=format&n=tR-_Zvz1YJQ6Uh9c&q=85&s=2edb6b829e1496dc280470ce2eee952f" width="2880" height="2088" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-1.png" />
    </Frame>
  </Step>

  <Step title="Create a Hedera testnet account">
    When you click **Execute**, you’ll be prompted to sign up for a developer portal account. Once logged in, click the **CREATE ACCOUNT** button to complete the testnet account creation flow.

    <div>
      <Frame>
        <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-4a9eb0b1/TXu-lc3FqPsDfRWx/images/getting-started-hedera-native-developers/quickstart/quickstart-2.png?fit=max&auto=format&n=TXu-lc3FqPsDfRWx&q=85&s=70d624edf8a1fc75f6d325830467ba91" width="2662" height="1944" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-2.png" />
      </Frame>

      <Frame>
        <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-4a9eb0b1/TXu-lc3FqPsDfRWx/images/getting-started-hedera-native-developers/quickstart/quickstart-3.png?fit=max&auto=format&n=TXu-lc3FqPsDfRWx&q=85&s=be45e6ca77ed5e949ecee29cd1977813" width="2662" height="1944" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-3.png" />
      </Frame>

      <Frame>
        <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-4a9eb0b1/TXu-lc3FqPsDfRWx/images/getting-started-hedera-native-developers/quickstart/quickstart-4.png?fit=max&auto=format&n=TXu-lc3FqPsDfRWx&q=85&s=3a9208ebbf2bf98221dd8344a8c781be" width="2384" height="1878" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-4.png" />
      </Frame>
    </div>

    Your new testnet account will be automatically funded with **1000 HBAR**. View your account ID and key pair from the portal dashboard.

    <Frame>
      <img src="https://mintcdn.com/hedera-0c6e0218-mintlify-4a9eb0b1/TXu-lc3FqPsDfRWx/images/getting-started-hedera-native-developers/quickstart/quickstart-5.png?fit=max&auto=format&n=TXu-lc3FqPsDfRWx&q=85&s=b441dadb496d827985cabe5d29d9acc1" width="1262" height="1042" data-path="images/getting-started-hedera-native-developers/quickstart/quickstart-5.png" />
    </Frame>
  </Step>

  <Step title="View the transaction on HashScan">
    View and verify the transaction details and success confirmation. Click the HashScan link from the transaction output on the playground. View your transaction details, account history, and network activity.

    ```
    -------------------------------- Transfer HBAR ------------------------------ 
    Receipt status           : SUCCESS
    Transaction ID           : 0.0.6239936@1751330868.909246536
    <strong>Hashscan URL             : https://hashscan.io/testnet/tx/0.0.6239936@1751330868.909246536
    </strong>-------------------------------- Account Balance ------------------------------
    HBAR account balance     : 995.99724961 ℏ
    Token account balance    : {}

    ```
  </Step>
</Steps>

***

## Next Step

* [Create an Account](/learn/getting-started/create-portal-account)
* [Create a Token](/native/tutorials/tokens/create-first-token)
* [Create a Topic](/native/tutorials/consensus/create-first-topic)
