Skip to main content

About System Contracts

The EOS blockchain 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 the EOS community needs. Core blockchain features such as consensus, fee schedules, account creation and modification, token economics, block producer registration, voting, multi-sig, are implemented inside smart contracts which are deployed on the EOS blockchain.

System contracts defined in eos-system-contracts

The eos-system-contracts repository contains the system contracts encapsulating the base functionality for the EOS 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. System Resources
  3. CPU
  4. NET
  5. RAM
  6. Vote

Build and deploy

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