• Intro to validator

    What is a validator? PlatON is a blockchain project that implements democratic governance. Validators are jointly selected by all LAT holders to maintain and develop the PlatON network. The 201 nodes with the most votes will become alternative nodes, from which 43 validators will be randomly selected by VRF to participate in the management of the entire PlatON network. The responsibilities of a validator are: Maintaining PlatON nodes and network Production and validating the blocks Proposal voting and decision-making Basic requirements to become a validator Minimum staking requirements Minimum staking…

    May 10, 2021
    01.2K0
  • Run a validator node

    This guide demonstrates how to install the PlatON Node software on Linux. System Requirements Server: Server and backup server running PlatON software (both have a firewall) Memory: 8GB RAM Local storage: 100GB system disk, 200GB data disk (can be expanded online) Processor: 64-bit 4 cores (each core above 2.4 GHz) Bandwidth: 5 MB/sec (can be expanded online) Installation Overview It takes three or four steps to install a new node, which depends on the operating system used. Please refer to here for details. https://devdocs.platon.network/docs/en/Become_PlatON_Main_Verification/

    May 10, 2021
    06990
  • MTool online tutorial

    Introductory To facilitate node transfer, pledge, delegate, and governance operations, PlatON provides MTool to assist users: PlatON MTool supports Ubuntu 18.04 and Windows 10. This document describes the installation and use of Windows and Ubuntu, respectively. Users can choose from their own resources. PlatON MTool provides two signature methods for transactions such as pledge: online signature and offline signature.This document describes online signing operations. For offline signing operations, refer to the Offline PlatON MTool Manual。 Install PlatON MTool In addition, this document introduces the operation of PlatON MTool under Windows and…

    May 9, 2021
    01.2K0
  • MTool offline tutorial

    Introduction In order to facilitate node transfer, pledge, delegation and governance and other related operations, PlatON provides PlatON MTool to assist users: PlatON MTool can support Ubuntu 18.04 and Windows 10. This document describes the installation and use under Windows and Ubuntu environments respectively. Users can choose according to their own resources. PlatON MTool provides two signature methods for pledge transactions: online signature and offline signature. This document describes offline signature operations. For online signature operations, please refer to Online PlatON MTool Tutorial. The main process of PlatON MTool offline signature…

    May 8, 2021
    05940
  • Command line tools

    Introducing the program PlatON instructions Common rpc commands Description The rpc port is changed according to the actual startup command and the default is 6789 admin View the data directory of the current node View the ChainID of the current node View the id of the current node View the blsPubKey of the current node View the p2p port number of the current node View the connection information of peers of the current node View the genesis block hash of the current node View the maximum number of blocks ($amount)…

    May 7, 2021
    01.1K0
  • Development guide

    PlatON is compatible with EVM and WASM virtual machines, so it can support contract development in more high-level languages, lowering the learning threshold for contracts while improving performance in processing contract transactions.This significantly lowers the learning curve for writing contracts, while improving performance for processing contract transactions. The documentation in this section helps developers quickly write, deploy, and debug contracts on the PlatON network, and develop various Dapp applications based on contracts. What is Dapp? Dapp (Decentralized Application) is a decentralized application built on the blockchain. How to develop a…

    May 6, 2021
    09600