https://github.com/giveth/givbacks-scripts
https://github.com/giveth/givbacks-scripts
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/giveth/givbacks-scripts
- Owner: Giveth
- License: gpl-3.0
- Created: 2021-03-25T11:10:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T23:58:01.000Z (about 2 years ago)
- Last Synced: 2025-10-14T19:12:48.946Z (8 months ago)
- Language: Jupyter Notebook
- Size: 124 KB
- Stars: 5
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GIVback Scripts
This repository contains the scripts required to calculate the GIVback rewards.
## Requirements
- Jupyter Notebook
- Python 3
- Poetry
## Installing dependencies
Activate your virtual environment and install the required packges by running:
```sh
poetry shell && poetry install
```
## Running scripts
1. Start Jupyter Notebook by running `jupyter notebook`
2. Open the `givbacks-scripts.ipynb` notebook
3. Run all cells