Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.86 KB

mainnet-access.md

File metadata and controls

13 lines (8 loc) · 1.86 KB

Mainnet Access

You will need a Hedera Mainnet account to interact with and pay for any of the network services (cryptocurrency, consensus, tokens, files and smart contracts). Your Hedera account is what holds a balance of HBAR to be used for transfers to other accounts or payments for network services.

Create free mainnet accounts by visiting any of these wallet providers:

WalletsPrivate Key ViewableSDK-compatible Passphrase
Atomictruefalse
Coinomifalsetrue
Exodus (Desktop)truefalse
Guardatruefalse
Hashpacktruetrue
Xacttruetrue
Wallawallettruetrue
Bladetruetrue
Xacttruetrue

After you receive your account ID and private keys, you can create additional mainnet accounts using the SDKs. When using the SDKs to build your Hedera client, select client.forMainnet(). A mainnet node will be picked at random to submit the transaction to.

{% content-ref url="../docs/sdks/cryptocurrency/create-an-account.md" %} create-an-account.md {% endcontent-ref %}