Preparing Key for Authentication
From CLI
Use "sixd" CLI to export the key from your keyring
Passphrase is required to encrypt the exported private key
and after setup passphrase the information will look like this:
This is called an armored key and together with the passphrase are used in SIX Protocol Go SDK for authentication.
From seed phrase
You can import your seed phrase into keyring:
After enter a bip39 mnemonic you can export by following the previous steps to get armored (encrypted) private file and passphrase for SDK of SIX Protocol Go version.
Last updated