Installation
We advise to download the tools directly from our repo and installing them in place. Because our tools consist of Jupyter notebooks and Python modules, there is no “clean” method to install from PyPi.
Prerequisites
python3
git
Instructions
Download the github repo:
git clone https://github.com/Convex-Labs/honestnft-shenanigans.gitChange directory to the downloaded repo:
cd honestnft-shenanigansInstall the tools and requirements with:
python3 -m pip install --editable .Rename
.env-exampleto.envAdd your personal API keys and web3 providers to
.env
Note
The repo takes a few minutes to install. We’ve provided a decent amount of test data so the repository is rather large.