Applied Blockchain Center (ABC)
  • System requirements for ABC
  • Hedera
    • 🅰️About Hedera
    • 🖥️Environment Setup
    • Tutorials
      • Accounts
        • Get My Account Info
        • Get Other Account Info
        • Transfer HBAR
      • Consensus Service
        • Create Topic
        • Subscribe to a topic
        • Submit a message
      • File Service
        • Create a File
        • Retrieve File
      • Scheduled_TX
        • Create Scheduled Transaction
        • Scheduled Transaction Info
        • Delete Scheduled Transaction
        • Submit Signature
      • SmartContract Service
        • Deploy to Hedera
        • Seal Document
        • Get Seal
        • Check Seal Revocation Status
        • Revoke Document
      • Token Service
        • Fungible Token
        • Non-fungible Token
  • Hyperledger Fabric
    • 📑About Hyperledger Fabric
    • 💻Prerequisite Installation
    • Fabric Installation
      • 🧪Installation & Test
      • ✈️Launch Network
      • ⛓️Channel Creation
      • 🚚Chaincode Deployment
      • ▶️Chaincode Execution
  • Hyperledger Besu
    • Besu Network Set
Powered by GitBook
On this page

Was this helpful?

  1. Hedera

Environment Setup

Start developing on the Hedera network today. After going through this step-by-step guide, you’ll have everything you need to understand the essentials and start building web3 applications.

PreviousAbout HederaNextTutorials

Last updated 1 year ago

Was this helpful?

STEP 1 : TESTNET ACCESS

Access the Hedera testnet by creating a Hedera developer portal login and getting test $HBAR from the faucet.

STEP 2 : ENVIRONMENT SETUP & SDKs

Choose an SDK and set up your development environment. Write code in Javascript, Java, or Go.

STEP 3 : CREATE AN ACCOUNT

Generate your keys & create an account on the Hedera testnet — you’ll receive an account ID and learn how to check your balance.

STEP 4 : SUBMIT YOUR FIRST TRANSACTION

Send your first transaction by transferring hbar from your account to another account on the Hedera testnet.

STEP 5: QUERY THE LEDGER

Learn how to access historical and consensus data from the mirror and Hedera nodes.

🖥️
https://docs.hedera.com/hedera/getting-started/environment-set-up
https://docs.hedera.com/hedera/getting-started/create-an-account
https://docs.hedera.com/hedera/getting-started/transfer-hbar
https://docs.hedera.com/hedera/getting-started/query-data
https://docs.hedera.com/hedera/getting-started/introduction