Full reproducibility
The complete Python generator, the exact dependencies, and the local reproduction steps needed to regenerate Random Walk NFT media on your own machine.
1. Install system packages
The original generator expects OpenCV at the system level. On Ubuntu the documented path is `apt-get update && apt-get install -y python3-opencv`.
2. Install Python deps
Use the exact requirements file below to install Pillow, NumPy, OpenCV, and requests in a clean Python environment.
3. Generate from a token
Run `python3 randomWalkGen.py <NFT number>` and the generator will fetch the seed from Arbitrum, then render both black and white outputs locally.
The exact instructions bundled with the generator so collectors can reproduce the media on their own machine.
You need to install opencv. On an Ubuntu machine you would need to run the following command:
apt-get update && apt-get install -y python3-opencv
Install the Python requirements:
pip3 install -r requirements.txt
You can generate the image and videos for a given NFT using the following command:
python3 randomWalkGen.py <NFT number>
For example,
python3 randomWalkGen.py 3456