-
Notifications
You must be signed in to change notification settings - Fork 114
Command Line Interface
aion-anakha edited this page Mar 1, 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
--help show help info
-a [arguments]
--account [arguments]
-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
--config create config with default values
-c --id=uuid create config with customized node id
-c --nodes=p2p0,p2p1,.. create config with customized boot nodes
-c --p2p=ip:port create config with customized p2p listening address
-i
--info show information
-r [block_number]
--revert [block_number] removes from the database all blocks greater than the one given
-v
--version show version
Basics
Kernel Configuration
- Build Aion kernel from source
- Installation & Configuration
- Command Line Interface
- Graphical Interface
- Database
- Internal Miner
- Genesis Block
- Aion Seed Nodes
- JSON-RPC API Docs
For Developers
- How to load/debug project to IntelliJ IDEA
- Aion Code Conventions
- Migrating from Ethereum
- Precompiled contract details
- Troubleshooting the kernel
- Aion P2p Specifications
- Aion transaction Specifications
- Aion pending state and the transaction pool
Tutorials
- Importing Accounts
- Kernel Deployment Examples
- Reverting to Previous Blocks
- Application Development
- Enabling-HTTPS-for-JSONRPC
- Enabling Secure connection for Aion Java API
Modules
Tools