Skip to content

Command Line Interface

aion-6368726973 edited this page Mar 6, 2018 · 11 revisions

From a terminal, you can interact with Aion though the command line interface which offers the following options:

Usage: ./aion.sh [options] [arguments]

  -h                           show help info

  -a create                    create a new account
  -a list                      list all existing accounts
  -a export [address]          export private key of an account
  -a import [private_key]      import private key

  -c                           create config with default values

  -i                           show information

  -r [block_number]            revert db up to specific block number

  -v                           show version
Clone this wiki locally