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

  1. Download the github repo: git clone https://github.com/Convex-Labs/honestnft-shenanigans.git

  2. Change directory to the downloaded repo: cd honestnft-shenanigans

  3. Install the tools and requirements with: python3 -m pip install --editable .

  4. Rename .env-example to .env

  5. Add 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.