Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giveth/givbacks-scripts
https://github.com/giveth/givbacks-scripts
Last synced: 8 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T23:58:01.000Z (5 months ago)
- Last Synced: 2024-06-06T00:54:21.326Z (5 months ago)
- Language: Jupyter Notebook
- Size: 108 KB
- Stars: 5
- Watchers: 13
- 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