Generate a new Ed25519 keypair for use with Solana.
Generates a new Ed25519 keypair. Supply a hex-encoded seed for deterministic generation (useful for testing or key recovery) or omit it for a random keypair.
The private key is returned in plaintext over the gRPC connection. Use TLS in production.
Never log or store the private key in an insecure location.