🔬
InfraBlockchain-Antelope
  • Introduction To InfraBlockchain-Antelope
    • What is InfraBlockchain-Antelope?
    • Resources and Essentials
    • Products and Supports
  • Users
    • Accounts and Wallets
  • Block Producers
    • Getting started with InfraBlockchain-Antelope Block Producers
      • What is InfraBlockchain-Antelope Block Producer node
      • Types of nodes
      • InfraBlockchain-Antelope Block Producer Requirements
      • Setting up InfraBlockchain-Antelope Block Producer node
    • InfraBlockchain-Antelope Network Resources
  • For Developers
    • Getting started for developers
    • Overview
      • Core Concepts
      • Technical Features
      • Protocol
        • Consensus Protocol
        • Transactions Protocol
        • Network Peer Protocol
        • Accounts & Permissions
    • Developer guides: InfraBlockchain-Antelope Native
      • Platform & Toolchain
      • Development Environment InfraBlockchain-Antelope Native
        • Try InfraBlockchain-Antelope
        • Prerequisites
        • Before You Begin
        • Install the Contract Dev Toolkit
        • Create Development Wallet
        • Start infra-keychain and infra-node
        • Create Test Accounts
      • Smart Contract Development
        • Hello World Contract
        • Deploy, Issue & Transfer Tokens
        • Understanding ABI Files
        • Data Persistence
        • Secondary Indices
        • Adding Inline Actions
        • Inline Actions to External Contracts
        • Creating & Linking Custom Permissions
        • Payable Actions
      • InfraBlockchain-Antelope System Contracts
        • infra.system
          • authproducer
          • addsystoken
          • rmvsystoken
          • settxfee
          • unsettxfee
        • sys.tokenabi
          • settokenmeta
          • issue
          • transfer
          • txfee
          • retire
      • Tutorials
        • infra-cli
        • infrablockchain-js
        • Hello World Contract
    • Developer guides: InfraBlockchain EVM
Powered by GitBook
On this page
  1. Block Producers

InfraBlockchain-Antelope Network Resources

Block producers are responsible for providing the network resources required for the InfraBlockchain-Antelope network to function. Just like any application needs resources to run, on InfraBlockchain-Antelope it is also the case. The resources required to run InfraBlockchain-Antelope are CPU, NET and RAM.

CPU is used to describe processing power, measured in microseconds. If a dApp has a lot of complex transactions, it needs more CPU to process transactions. CPU determines how much time a block producer will dedicate to processing a transaction. This needs to be quick, since each block producer is required to produce a new block every 0.5 seconds.

NET is also referred to as network bandwidth measured in bytes. If a dApp handles a lot of transactions, it would require more net.

Last but not least of the InfraBlockchain-Antelope network resources are RAM. RAM (also referred to as data storage cap) is measured in kilobytes. The more on-chain storage an application needs, the more RAM it needs to acquire. RAM is acquired through purchasing and not through staking like CPU and NET. RAM stores all the information considering an account (state) – ownership, keys, balances, etc.

PreviousSetting up InfraBlockchain-Antelope Block Producer nodeNextGetting started for developers

Last updated 1 year ago