Create a new Web2 account with email and password, verify via OTP, then register an Ed25519 key for session signing.
Call web2.auth.register() with your email and password. An OTP will be sent to your email.
Enter the OTP sent to your email. Call web2.auth.verifyEmail().
Generate an Ed25519 keypair using @noble/ed25519. The keys will be displayed so you can review them before registration.
Register the generated Ed25519 keypair with the cluster nodes. This key will be used to create sessions.
Waiting for action...