-
Notifications
You must be signed in to change notification settings - Fork 113
Home
Alexandra Roatis edited this page Feb 3, 2018
·
19 revisions
This wiki is a guide to using the Aion blockchain network.
The Aion implementation is distributed across multiple modules to allow for code reuse:
- The Aion Kernel contains the main functionality of the Aion network and can be downloaded from the releases page.
- The Aion FastVM is an enhanced Ethereum Virtual Machine provided as a separate module.
- The Aion Miner repository contains code and documentation for mining blocks on the Aion blockchain.
- The Aion Interchain repository will provide information regarding our bridging protocol.
- The Aion Compatible Web3 repository provides a Web3 application programming interface for interacting with the Aion blockchain.
The Aion installation guide is available in the repository README.md file.
This wiki also contains documentation on:
- Genesis Block - description of the network genesis block
- Database - storage configuration options
- Internal Miner - enabling and disabling the internal miner and collecting AION
- Command Line Interface - using the command line options to interact with the network
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