πŸ‡ΊπŸ‡Έ
FOGR Computing Chain-EN
  • 🎚️WHITE PAPER
  • πŸͺAbstract
  • βš™οΈProfile
  • βŒ›Design principles
    • Independent blockchain
    • Ethereum compatibility
    • The Layer2 scheme
    • Contains the Staking consensus and governance
    • DCPP
  • πŸ”©Key Technology
    • The FHPoS Consensus Agreement
    • Cross-chain
      • Backbone to side chain transfer
      • Side chain to the backbone transfer
      • Arbitrator
    • sWASM technology
    • Score technology
    • Layer2 scheme
  • ⏲️About FOGR
    • FOGR blockchain implementation
      • FOGR identification
      • Calculation contract
      • Contract calculation
    • FOGR physical implementation
  • 🧭Development planning
  • ⏱️Summary
Powered by GitBook
On this page
  1. Key Technology
  2. Cross-chain

Arbitrator

The above transfer process has the participation of the arbitrators. In the transfer of the backbone to the side chain, the role of the arbitrator is to generate and transfer transactions to the side chain, and does not participate in the signature; in the side chain and transfer of the main chain, but also signs the transaction, so that the "extract Token transaction" on the main chain from the account representing the side chain to the general account can be verified by each backbone node.

The arbitrator is elected by voting on the main chain, and is regularly rotated.Each arbitrator needs to provide sufficient computational and network resources to run at least one backbone node and N nodes corresponding to the N side chain.The arbitrator's proceeds came from the transaction fee obtained by packing the block for the side chain.

First first to be considered in technical design;

SVM is the execution environment of FOGR, which has fully compatible execution environment SVM (FOGR, VirtualMachine) with EVM (Ethereum Virtual Machine). Developing migration costs are very low, and so FOGR has unique advantages over other schemes. It is exaggeration to say that SVM is an important core technology of FOGR.

SVM supports all existing Ethereum development tools and libraries, including Solidity,Vyper,Truffle,Open Zeppelin,Web3.js.The compiler was tested only in the Waffle (Translator Note: A lightweight test runner for Ethereum smart contracts).We are doing other integrations like Truffle and looking forward to understanding the needs of the community to decide what to prioritize integration next.

PreviousSide chain to the backbone transferNextsWASM technology

Last updated 1 year ago

πŸ”©