-
Notifications
You must be signed in to change notification settings - Fork 113
Installation
aion-anakha edited this page Mar 2, 2018
·
13 revisions
-
Download the latest Aion kernel release from the releases page.
-
Unarchive the downloaded file by right clicking on it and selecting
Extract Here
from the drop-down menu. Theaion
folder will be generated in the current folder.
Alternatively, to extract the file contents, run in a terminal:
tar xvjf aion-{@version}.tar.bz2
- Navigate to the
aion
folder and continue by configuring the network:
cd aion
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