This repository contains tools for data visualizing non-fungible tokens on Ethereum.
Python 3.6 <=
pip install -r requirements.txt
python config.py default_args #(I used my infura project's mainnet endpoint)
python show.py <template filename> <contract filename> <list of token ids (separated by comma)>
python show.py sales cryptopunks 4152,4153
python show.py nft_w_qr cryptopunks 4152