You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce confusion about the key type to use when creating accounts, we need to update all examples to use ECDSA public keys and set the corresponding EVM address
Solution
Review all places where the docs show how to create an account
Update all places to demonstrate the following:
const transaction = new AccountCreateTransaction()
.setKey(ecdsaPublicKey)
.setAlias(ecdsaPublicKey.toEvmAddress())
.setInitialBalance(new Hbar(1))
Alternatives
No response
The text was updated successfully, but these errors were encountered:
SimiHunjan
changed the title
Update all places in docs where we create account to set an ECDSA public key and an EVM address derived from the public key
Update all places in docs where we create accounts to set an ECDSA public key and an EVM address derived from the public key
Dec 4, 2024
SimiHunjan
changed the title
Update all places in docs where we create accounts to set an ECDSA public key and an EVM address derived from the public key
Update all account create examples to use an ECDSA public key and set the corresponding EVM address derived from it
Dec 4, 2024
Problem
To reduce confusion about the key type to use when creating accounts, we need to update all examples to use ECDSA public keys and set the corresponding EVM address
Solution
Alternatives
No response
The text was updated successfully, but these errors were encountered: