Skip to content

ba-group-projects/eth-trx-china-ban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner image

Impact of China cryptocurrency ban on Ethereum ecosystem

TODO

Table of Contents

Installation

  1. install packages
pip install -r requirements.txt # install packages
  1. run the code in the smm638.ipynb

Project Motivation

TODO

File Description

The structure of the code is as follows:

  • data
    • address_type.json
    • cleaned_data.csv
    • cleaned_data_after_ban.csv
    • cleaned_data_before_ban.csv
    • id_node.csv
    • modularity_score.csv
  • docs
    • quick_start.md(doc for cooperation)
  • utils
    • __init__.py
    • analyze.py(main analysis methods are encapsulated in this file)
    • identify_contract.py(function to identify contract address)
    • preprocess.py(function to preprocess data, since we already have the processed data in the data file, we do not need to apply functions in this file in our main code.)
  • figure(We save all of our figure in this file)
    • Bipartite_Degree_Distribution.jpg
    • Monopartite_Degree_Distribution.jpg
    • bipartite_full_network_comparison.jpg
    • bipartite_subset_network_comparison.jpg
    • centrality_plot.png
    • modularity_scores.png
    • monopartite_full_network_comparison.jpg
    • monopartite_subset_network_comparison.jpg
    • plot_power_law.png
  • smm638.ipynb # main code
  • requirements.txt
  • README.md
  • config.json(the config file we used to get the data)

Results

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published