realjohnward / nft-visualization-toolbox

NFT visualization tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Visualization Toolbox

This repository contains tools for data visualizing non-fungible tokens on Ethereum.

Requirements

Python 3.6 <=

Setup

    pip install -r requirements.txt
    python config.py default_args #(I used my infura project's mainnet endpoint)

How to use

    python show.py <template filename> <contract filename> <list of token ids (separated by comma)>

Examples

    python show.py sales cryptopunks 4152,4153

alt text

    python show.py nft_w_qr cryptopunks 4152

alt text

About

NFT visualization tools

License:MIT License


Languages

Language:Python 94.8%Language:CSS 5.2%