github.com/edxfund/validator@v1.8.16-0.20181020093046-c1def72855da/README.md (about)

     1  ## EDX Validator
     2  
     3  EDX is a blockchain's implemention which can reach about 20K tps, even with POW with consensus engine
     4  
     5  implemention of EDX is heavily based on Ethereum, please refere [here](README-ethereum.md) on how to build from source 
     6  
     7  EDX uses validator to reduce the verification and smartcontract processing work of node.
     8  A shard block chain is used in validator, then validators and master nodes can be decentralized.
     9  ## Commands
    10  
    11  ## License
    12  
    13  The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the
    14  [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html), also
    15  included in our repository in the `COPYING.LESSER` file.
    16  
    17  The go-ethereum binaries (i.e. all code inside of the `cmd` directory) is licensed under the
    18  [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also included
    19  in our repository in the `COPYING` file.