Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.37 KB

introduction.md

File metadata and controls

17 lines (10 loc) · 1.37 KB

Introduction

Through this short coding series, you will learn the basics of creating an account, transferring HBAR, signing and submitting transactions to the Hedera test network. The Hedera test network allows you to play with our APIs in a non-production environment. You will see how easy it is to get started with one of our Hedera SDKs in the programming language of your choice. First, you need to create a Hedera Portal profile to get test HBAR.

Create Hedera Portal Profile (Faucet)

You will need a Hedera Testnet account. The Hedera Testnet account allows you to interact with our APIs and pay for the transaction fees. Visit the Hedera portal to set up your Hedera Testnet account and follow the instructions.

Once you have completed the instructions, you will receive a Hedera Testnet account ID (0.0.x) and your private/public key pair on your testnet page. You will need to copy over your account ID and key pair information when you set up your coding environment in the following steps.

{% hint style="info" %} Your Hedera Testnet account will be credited with 10,000 test HBAR upon creation that can only be utilized on the Hedera test network. Your balance will be topped up daily to 10,000 test HBAR when you use your funds. {% endhint %}

Next, you will set up your coding environment.