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
  • Options
  • Example

Was this helpful?

  1. KIT CLI Reference
  2. key

gen

The gen command generates an ed25519 key pair.

Usage

kit key gen [options]
Usage:
  kit key gen [flags]

Flags:
  -h, --help       help for gen
  -s, --seed int   Provide a strong seed (not recommended)

Options

  • -s, --seed - Provide an integer to be used as the seed.

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

Example

kit key gen
Private Key: wZRxNmWoDvpvv5abPqXDHL...6ggmSLVrVqa7sWg6rqTCahvogmYugYpLGNDffAct
Public Key:  48YD57pjLkpx5pBaF87jvrHUg9adPkvpCM4nJxmw9W94wEUft6K
Account Address:  os132k9z96cryeq9dp4jva380rp6xeskdrdpup3l5
Push Address:  pk132k9z96cryeq9dp4jva380rp6xeskdrdp2fuea 
PreviouscreateNextget

Last updated 4 years ago

Was this helpful?