Generate Credentials
The Fission CLI commands for generating credentials
Use
fission generate credentials
to generate key pairs and DIDs.The
fission generate credentials
command generates a new Ed25519 key pair and an associated DID.$ fission generate credentials
✅ Generated an Ed25519 key pair and associated DID
🗝️ Private key: <private-key>
🔑 Public key: <public-key>
🆔 DID: <DID>
Generated key pairs are not stored anywhere and are not associated with your Fission user account. Be careful to store a copy somewhere safe.
Last modified 1yr ago