We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only ed25519 accounts can be created, while LTO Network also supports secp256k1 and secp256r1 accounts.
ed25519
secp256k1
secp256r1
Add a --keytype and --derivation-path option when creating an account. Both are optional
--keytype
--derivation-path
lto account create --keytype secp256k1 lto account create --keytype secp256k1 --derivation-path "m/44'/60'/0'/0" lto account seed --keytype secp256k1 --derivation-path "m/44'/60'/0'/0"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Only
ed25519
accounts can be created, while LTO Network also supportssecp256k1
andsecp256r1
accounts.Add a
--keytype
and--derivation-path
option when creating an account. Both are optionalThe text was updated successfully, but these errors were encountered: