github.com/edxfund/masterchain@v1.8.16-0.20190112084457-6ad8bdd0f74a/README.md (about)

     1  ## EDX Master chain
     2  
     3  EDX is a blockchain's implemention which can reach about 20K tps, even with POW with consensus engine
     4  
     5  
     6  implemention of EDX is heavily based on Ethereum, please refere [here](README-ethereum.md) on how to build from source 
     7  
     8  
     9  ## Commands
    10  
    11  
    12  
    13  ## Work remained 
    14  1. Block - finished
    15  2. Shard_pool -finished
    16  3. fetcher/downloader -finished
    17  3. Tx_pool -finished
    18  4. Miner-finished
    19  5. Handler --> eth/handle -finished
    20         --> les/handle -finished
    21  6. Full Test -finished
    22  ## License
    23  This software is based on go-ethereum which is licensed under GPL 3.0. 
    24  Any one who wants to deploy single public chain should acquire another license, please [contact us](mailto://pluto.shu@gmail.com) to get it.
    25  
    26  The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the
    27  [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html), also
    28  included in our repository in the `COPYING.LESSER` file.
    29  
    30  The go-ethereum binaries (i.e. all code inside of the `cmd` directory) is licensed under the
    31  [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also included
    32  in our repository in the `COPYING` file.
    33  
    34  
    35  ## Run Test yourself 
    36  Anyone can run edx to test high throughout performance, the instructions are illustrated [here](https://github.com/EDXFund/MasterChain/blob/master/alpha-test.md) step by step