https://github.com/dappnode/smooth-scripts
https://github.com/dappnode/smooth-scripts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dappnode/smooth-scripts
- Owner: dappnode
- Created: 2024-07-10T08:56:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T14:53:21.000Z (almost 2 years ago)
- Last Synced: 2024-08-23T16:33:12.431Z (almost 2 years ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Smooth-scripts
Collection of scripts related to Smooth, Dappnode's MEV Smoothing Pool.
### SmoothDAO
The [results](./acc-by-withdrawal/results) folder is updated every 8 hours with the latest data from the Oracle. It contains a JSON file with the accumulated rewards of each withdrawal address in Smooth. More details in the [README](./acc-by-withdrawal/README.md).
### Dependencies
Ensure Python 3 is installed, as all scripts run with Python 3.x. The following are the required libraries, which can be installed with pip:
```bash
pip install requests
pip install web3
pip install python-dotenv
```
The rest of the libraries used (csv, json, concurrent.futures, statistics, logging, time, and os) are included with the standard Python library and do not require separate installation.