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.
Last updated