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

https://github.com/ismaelsadeeq/fee-estimates-analysis


https://github.com/ismaelsadeeq/fee-estimates-analysis

Last synced: over 1 year ago
JSON representation

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
```