An open API service indexing awesome lists of open source software.

https://github.com/posgnu/ticket-price-matters

A repository for the paper, "The Ticket Price Matters in Sharding Blockchain".
https://github.com/posgnu/ticket-price-matters

blockchain sharding

Last synced: 8 months ago
JSON representation

A repository for the paper, "The Ticket Price Matters in Sharding Blockchain".

Awesome Lists containing this project

README

          

# Code vault
This repository include experiment and data generation code for the paper "The Ticket Price Matters in Sharding Blockchain"

## Description

* `average-number-of-nodes`:Draw Figure 4.
* `crawling`: Crawl block history data.
* `upper-bound`: Draw Figure 3.
* `resource-distribution`: Draw Figure 1.

## How to run
Prerequisites
```shellsciprt
$ pip3 install pipenv
```

Install dependencies
```shellscript
$ pipenv install
```

After luanching python virtual environment using `pipenv shell` command, you can run `generate_figure.sh`.