1- # Blockchain Pooling Analysis - Documentation
1+ # Consensus Blockchain Decentralization - Documentation
22
3- This is the documentation for the Blockchain Pooling Analysis tool developed by the University of Edinburgh's Blockchain
4- Technology Lab. The tool is responsible for analyzing pooling behavior of various blockchains and measuring their
5- subsequent decentralization levels.
3+ This is the documentation for the Consensus Decentralization Analysis tool developed by the University of Edinburgh's
4+ Blockchain Technology Lab. The tool is responsible for analyzing the block production of various blockchains and measuring their
5+ subsequent levels of decentralization .
66
77The relevant source code is available on [ GitHub] ( https://github.com/Blockchain-Technology-Lab/pooling-analysis ) .
88
@@ -18,11 +18,11 @@ with all the information that is needed for the mapping.
1818
1919The mapping takes the output of the parser and combines it with some other
2020sources of information. It then outputs a file that reveals the distribution of
21- resources to different entities. In this context, "resources" correspond to the
22- number of produced blocks.
21+ resources to different entities. In this context, "resources" correspond to the
22+ number of produced blocks.
2323
2424This distribution is the input for the metrics module, which tracks various
25- decentralization-related metrics and produces files with the results.
25+ decentralization-related metrics and produces files with the results.
2626
2727More details about the different modules can be found in the corresponding [ Parser] ( parsers.md ) , [ Mapping] ( mappings.md )
2828and [ Metrics] ( metrics.md ) pages.
@@ -58,4 +58,4 @@ in the [Issues](https://github.com/Blockchain-Technology-Lab/pooling-analysis/is
5858Other comments and ideas can be brought up in the project's
5959[ Discussions] ( https://github.com/Blockchain-Technology-Lab/pooling-analysis/discussions ) .
6060
61- For more information on how to make specific contributions, see the [ Contribute] ( contribute.md ) page .
61+ For more information on how to make specific contributions, see [ How to Contribute] ( contribute.md ) .
0 commit comments