LogoLogo
  • Welcome
    • About ENI
  • Getting Started
    • Quickstart
      • Account Structure
      • Token Standards
      • Gas
    • Divergence from Ethereum
    • Transactions
      • Creating Transaction
    • Governance
      • Proposals
    • Oracles
  • Build
    • Setup and Installation
    • Smart Contracts
      • EVM (General)
      • EVM (CLI)
      • Querying State
    • Frontend Development
      • Overview
      • How to Deploy Your First dApp
    • Ecosystem
      • Tools and Resources
      • Resources
  • Node
    • Getting Started
    • Node Operators Guide
    • Validator Operations Guide
    • Advanced Configuration & Monitoring
    • Technical Reference
  • Reference
    • Overview
    • enid
    • CLI
      • enid add-genesis-account
      • enid blocktest
      • enid collect-gentxs
      • enid compact
      • enid config
      • enid debug
      • enid export
      • enid gentx
      • enid help
      • enid init
      • enid keys
        • enid keys delete
        • enid keys add
        • enid keys export
        • enid keys import
        • enid keys list
        • enid keys mnemonic
        • enid keys parse
        • enid keys show
      • enid latest_version
      • enid migrate
      • enid prune
      • enid query
        • enid query accesscontrol
        • enid query upgrade
        • enid query account
        • enid query auth
        • enid query bank
        • enid query block
        • enid query authz
        • enid query distribution
        • enid query epoch
        • enid query evidence
        • enid query evm
        • enid query feegrant
        • enid query ibc-transfer
        • enid query gov
        • enid query ibc
        • enid query mint
        • enid query oracle
        • enid query params
        • enid query slashing
        • enid query staking
        • enid query tendermint-validator-set
        • enid query tokenfactory
        • enid query tx
        • enid query txs
      • enid rollback
      • enid start
      • enid status
      • enid tendermint
      • enid tools
      • enid tx
      • enid validate-genesis
      • enid version
Powered by GitBook
On this page
  • Command Line Interface Reference
  • Common Commands
  1. Reference

enid

Command Line Interface Reference

enid is a command line interface for interacting with the ENI blockchain. It is a powerful tool that allows you to interact with the ENI blockchain from the command line. This documentation provides a reference for the enid command line interface.

Common Commands

enid

Launch the eni application

Usage:
  enid [command]

Available commands:
  add-genesis-account      Add a genesis account to genesis.json
  add-wasm-genesis-message Wasm genesis subcommand
  blocktest                Run EF block tests
  collect-gentxs           Collect genesis transactions and output genesis.json file
  compact                  Fully compact the application database (only for levelDB)
  config                   Create or query application CLI configuration file
  debug                    Tools for helping to debug the application
  ethreplay                Replay EVM transactions
  export                   Export state to JSON
  gentx                    Generate genesis transactions with self-delegation
  help                     Help about any command
  init                     Initialize private validator, p2p, genesis, and application configuration files
  keys                     Manage application keys
  latest_version           Print the latest version of the application database
  migrate                  Migrate genesis to the specified target version
  prune                    Prune application history state by keeping recent heights and deleting old heights
  query                    Query subcommands
  rollback                 Roll back cosmos-sdk and tendermint state by one height
  start                    Run a full node
  status                   Query the status of a remote node
  tendermint               Tendermint subcommands
  tools                    A set of useful tools for the eni chain
  tx                       Transaction subcommands
  validate-genesis         Validate the genesis file in the default location or the path provided
  version                  Print the application binary version information

Flags:
  -h, --help                Help information for enid
      --home string         Directory for configuration and data (default "~/.eni")
      --log_format string   Log format (json|plain)
      --log_level string    Log level (trace|debug|info|warn|error|fatal|panic)
      --trace               Print the full stack trace on error

Use "enid [command] --help" to obtain more information about a command.
PreviousOverviewNextCLI

Last updated 2 months ago