Overview
The Antelope blockchain framework is unique in that the features and characteristics of the blockchain built on it are flexible, that is, they can be changed, or modified completely to suit each business case requirement. Core blockchain features such as consensus, fee schedules, account creation and modification, token economics, block producer registration, voting, multi-sig, etc., are implemented inside smart contracts which are deployed on the blockchain built on the Antelope framework.
System contracts defined in reference-contracts
The reference-contracts
repository contains the reference system contracts encapsulating the base functionality for an Antelope-based blockchain.
Key Concepts Implemented by eosio.system
Build and deploy
To build and deploy the system contract follow the instruction from Build and deploy section.