Accounts
Creation
Create an account
Create an account from seed
Create an account from public key
Create an account from private key
Different encryption algorithms
If not specified EdDSA is default:
ed25519
For ECDSA we have two available curves:
secp256k1
secp256r1
Signing
Signing a message
We first need to convert the string to bytes using our crypto library
Verifying a message
Last updated