Adonis Edge is an open-source, high-performance, Ethereum-compatible blockchain framework built by Adonis Network.
This project empowers developers and businesses to launch their own secure, scalable, and customizable blockchain networks with integrated smart contract support.
- Ethereum-Compatible: Fully supports EVM & Solidity smart contracts.
- High Performance: Designed for fast finality and low transaction fees.
- Modular Architecture: Easy to extend, modify, and deploy.
- Custom Token Support: Projects can easily create their own ERC20 / ERC721 tokens.
- Validator & Governance: Supports Proof-of-Stake validators and governance modules.
This project is licensed under the MIT License
Developed & Maintained by Serkan Kaplan | Adonis Network
π blockchain -> Core blockchain logic
π consensus -> Consensus algorithm modules
π contracts -> Smart contract deployment and interfaces
π core-contracts -> Predeployed system contracts
π crypto -> Cryptographic libraries
π forkmanager -> Fork & Upgrade management
π jsonrpc -> JSON-RPC API layer
π network -> P2P Networking layer
π state -> State management
π txpool -> Transaction pool
π validators -> Validator set management
π versioning -> Version control and upgrades
π docs -> Documentation
git clone https://github.com/AdonisNetwork/adonis-edge.git
cd adonis-edge
make build
To run a local network:
./bin/adonis-edge server --config ./config/genesis.json