EDX is a blockchain's implemention which can reach about 20K tps, even with POW with consensus engine
implemention of EDX is heavily based on Ethereum, please refere here on how to build from source
- Block - finished
- Shard_pool -finished
- fetcher/downloader -finished
- Tx_pool -finished
- Miner-finished
- Handler --> eth/handle -finished --> les/handle -finished
- Full Test -finished
This software is based on go-ethereum which is licensed under GPL 3.0. Any one who wants to deploy single public chain should acquire another license, please contact us to get it.
The go-ethereum library (i.e. all code outside of the cmd
directory) is licensed under the
GNU Lesser General Public License v3.0, also
included in our repository in the COPYING.LESSER
file.
The go-ethereum binaries (i.e. all code inside of the cmd
directory) is licensed under the
GNU General Public License v3.0, also included
in our repository in the COPYING
file.
Anyone can run edx to test high throughout performance, the instructions are illustrated here step by step