Import an account from a private key or keystore file
Usage
$ genlayer account import [options]
Options
| Short | Long | Description | Required | Default |
|---|---|---|---|---|
| --name <name> Name for the account | No | |||
| --private-key <key> Private key to import | No | |||
| --keystore <path> Path to keystore file to import (geth, foundry, | No | |||
| etc.) | No | |||
| --password <password> Password for the new keystore (skips | No | |||
| confirmation prompt) | No | |||
| --source-password <password> Password to decrypt source keystore (with | No | |||
| --keystore) | No | |||
| --overwrite | Overwrite existing account (default: false) | No | ||
| --no-set-active | Do not set as active account | No | ||
| -h | --help | display help for command | No |