pre wallet
Manage wallets, allowing you to import, inspect, and list wallets within the keystore
pre wallet import NAME SURI
Import a wallet
USAGE
$ pre wallet import NAME SURI [--keystore <value>] [-p <value>] [-t
ed25519|sr25519|ecdsa|ethereum]
ARGUMENTS
NAME Name of the wallet
SURI Secret URI for the wallet
FLAGS
-p, --password=<value> Password to unlock the account
-t, --type=<option> [default: sr25519] Type of cryptographic algorithm used in the wallet
<options: ed25519|sr25519|ecdsa|ethereum>
--keystore=<value> Path to the keystore directory
DESCRIPTION
Import a wallet
pre wallet inspect NAME
Inspect a wallet
USAGE
$ pre wallet inspect NAME [--keystore <value>] [-p <value>] [-t
ed25519|sr25519|ecdsa|ethereum]
ARGUMENTS
NAME Name of the wallet to inspect
FLAGS
-p, --password=<value> Password to unlock the account
-t, --type=<option> [default: sr25519] Type of cryptographic algorithm used in the wallet
<options: ed25519|sr25519|ecdsa|ethereum>
--keystore=<value> Path to the keystore directory
DESCRIPTION
Inspect a wallet
pre wallet list
List all wallets in the keystore
USAGE
$ pre wallet list [--keystore <value>]
FLAGS
--keystore=<value> Path to the keystore directory
DESCRIPTION
List all wallets in the keystore