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".
- Host: GitHub
- URL: https://github.com/posgnu/ticket-price-matters
- Owner: posgnu
- Created: 2022-01-02T14:52:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T22:06:15.000Z (over 3 years ago)
- Last Synced: 2025-08-21T16:14:40.158Z (8 months ago)
- Topics: blockchain, sharding
- Language: Python
- Homepage:
- Size: 9.87 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.