Documentation
WebsiteMineGitHubFaucet
  • Welcome to MakeOS
  • Introduction
    • Install
    • Quick Start
    • Set Up a Private Network
    • Get Test Coins
    • Track a Repository
    • What is MakeOS
    • How it Works
    • Tokenomics ($MAKE)
    • Dilithium (Deprecated)
    • Roadmap
    • Team
  • Concepts
    • Repository
      • Register a Repository
      • Initialize a New Repository
      • Repository Governance
      • Access Control Config
    • Namespace
    • Key
    • Issue Management
    • Merge Request
    • Transactions
      • Register a Repository
      • Send Coins
    • Validator
    • Host
    • Remote
  • JavaScript Console API
    • repo
    • pushkey
    • namespace
    • node
    • user
    • transaction
    • ticket
  • KIT CLI Reference
    • Overview
    • init
    • start
    • console
    • attach
    • key
      • create
      • gen
      • get
      • import
      • list
      • update
    • tx
      • get
    • repo
      • config
      • create
      • hook
      • init
      • vote
    • user
      • send
    • pk
      • register
    • sign
      • commit
      • note
      • tag
    • contributor
      • add
    • issue
      • close
      • create
      • list
      • read
      • reopen
      • status
    • mr
      • checkout
      • close
      • create
      • fetch
      • list
      • read
      • reopen
      • status
Powered by GitBook
On this page
  • Usage
  • Arguments
  • Example

Was this helpful?

  1. KIT CLI Reference
  2. key

import

The import command allows you to import a private key into the keystore. The private key is converted to a keystore key and locked using the provided passphrase.

Usage

kit key import [options] 
Usage:
  kit key import [flags] <keyfile>

Flags:
  -h, --help   help for import
      --push   Mark as Push Key

Arguments

  • keyfile - The path to a file containing the private key or the raw private key.

  • --push - Import the private key as a push key.

  • -h, --help - Prints out a help message.

Example

kit key import "wetT9rgtetCHJV69oGCLpqQ8MiNTzB9d...aEUyaKgi8QGmzRUPU1SmrfNSy4j7DDJ"
PreviousgetNextlist

Last updated 4 years ago

Was this helpful?