Skip to content

Commit dd6f2f7

Browse files
LadyChristinadimkarakostas
authored andcommitted
Replace pooling analysis occurrences
1 parent 99821bd commit dd6f2f7

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Consensus Blockchain Decentralization
22

3-
This repository provides a tool for analyzing block production of various blockchains and measuring their subsequent
4-
decentralization levels. Please refer to the project's
3+
This repository provides a CLI tool for analyzing the block production of various blockchains and measuring their
4+
subsequent levels of decentralization. Please refer to the project's
55
[documentation pages](https://blockchain-technology-lab.github.io/pooling-analysis/) for details on its architecture,
66
required input, produced output, and more.
77

@@ -15,9 +15,9 @@ Currently, the supported blockchains are:
1515
- Tezos
1616
- Zcash
1717

18-
## Installation
18+
## Installation
1919

20-
To install the pooling analysis tool, simply clone this project:
20+
To install the tool, simply clone this project:
2121

2222
git clone https://github.com/Blockchain-Technology-Lab/pooling-analysis.git
2323

docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

77
The 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

1919
The mapping takes the output of the parser and combines it with some other
2020
sources 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

2424
This 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

2727
More details about the different modules can be found in the corresponding [Parser](parsers.md), [Mapping](mappings.md)
2828
and [Metrics](metrics.md) pages.
@@ -58,4 +58,4 @@ in the [Issues](https://github.com/Blockchain-Technology-Lab/pooling-analysis/is
5858
Other 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).

docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Installation
44

5-
To install the pooling analysis tool, simply clone this GitHub repository:
5+
To install the consensus decentralization analysis tool, simply clone this GitHub repository:
66

77
git clone https://github.com/Blockchain-Technology-Lab/pooling-analysis.git
88

@@ -19,7 +19,7 @@ project:
1919

2020
## Execution
2121

22-
The pooling analysis tool is a CLI tool.
22+
The consensus decentralization analysis tool is a CLI tool.
2323
The `run.py` script in the root directory of the project invokes the required parsers, mappings and metrics, but it is
2424
also possible to execute each module individually. The following process describes the most typical workflow.
2525

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Blockchain Pooling Analysis - Docs
1+
site_name: Consensus Blockchain Decentralization - Docs
22
nav:
33
- Home: index.md
44
- How to use: setup.md

0 commit comments

Comments
 (0)