Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 547 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 547 Bytes

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

$ pip3 install pipenv

Install dependencies

$ pipenv install

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