https://github.com/ismaelsadeeq/fee-estimates-analysis
https://github.com/ismaelsadeeq/fee-estimates-analysis
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismaelsadeeq/fee-estimates-analysis
- Owner: ismaelsadeeq
- Created: 2024-03-31T09:28:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T13:08:09.000Z (over 2 years ago)
- Last Synced: 2024-04-02T16:07:57.129Z (over 2 years ago)
- Language: Jupyter Notebook
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The notebook can be used [here on Google Colab](https://colab.research.google.com/drive/1lhMzWa-AUkJne6ErM_HWuqGniHtDZndA?usp=sharing), or it can be run locally (see below). This uses a static data collected from the blockchain and node's mempool.
## Setting Up Jupyter
In order to use the Jupyter notebook, you need to have Jupyter installed. This can be done by running
the following:
```
$ pip3 install jupyter
```
The notebook can be run by doing the following:
```
$ jupyter notebook
```