hashgraph / hashgraph/hedera-sdk-reference
Add examples to demonstrate all the ways to create the different Hedera addresses
- Dominant language
- HTML
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
There are many ways an account can be identified.
- An account can have an account ID in `shard.realm.accountNumber` format (`0.0.10`)
- An account can have a public key alias in `0.0.CIQNOWUYAGBLCCVX2VF75U6JMQDTUDXBOLZ5VJRDEWXQEGTI64DVCGQ` format
- An account can have an AccountId that is represented in `0x000000000000000000000000000000000000000a` (for account ID `0.0.10`) long zero format
- An account have be represented by an Ethereum public address `0xb794f5ea0ba39494ce839613fffba74279579268`
### Solution
Add one example that demonstrates how to create each of the different account addresses.
### Alternatives
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.