-
Notifications
You must be signed in to change notification settings - Fork 113
Contributors
Alexandra Roatis edited this page Mar 8, 2018
·
3 revisions
The Aion network project leverages useful source code from other open source projects. We greatly appreciate the effort that was invested in these projects and we thank the individual contributors for their work.
EthereumJ community:
Equihash solver:
BLAKE2 implementation:
Ethereum Harmony community
Zcash project community
Bitcoinj community
H2 Group
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