본문으로 건너뛰기

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.

  1. eosio.bios
  2. eosio.system
  3. eosio.msig
  4. eosio.token
  5. eosio.wrap

Key Concepts Implemented by eosio.system

  1. System
  2. RAM
  3. CPU
  4. NET
  5. Stake
  6. Vote

Build and deploy

To build and deploy the system contract follow the instruction from Build and deploy section.