Fully verifiable
Every Random Walk NFT can be independently verified. The complete source code, dependencies, and reproduction steps are published here — nothing is hidden.
1. Set up your environment
The generator requires a system-level image library. The Guide tab below walks you through installing it on Ubuntu or any compatible system.
2. Install dependencies
Install the pinned library versions listed in the Dependencies tab to ensure your output matches exactly.
3. Generate your artwork
Run the generator with any token number. It fetches the seed from Arbitrum and renders both the black and white image and video variants.
Permanent IPFS backup
All generation code and files shown on this page are also stored on IPFS. If this website ever becomes unavailable, you can retrieve everything from IPFS and recreate the artwork from scratch.
Step-by-step instructions to generate any Random Walk NFT artwork on your own computer.
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