Skip to content

A digital platform that enables users to buy, sell, and trade non-fungible tokens (NFTs), digital assets that are stored on a blockchain.

Notifications You must be signed in to change notification settings

SinoLewis/NFT-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opensea-nft-api-tutorial

OpenSea NFT API App using Python and Streamlit

Instructions for Running

pip3 install -r requirements.txt
streamlit run nft.py

cli.py and assets.json

This is a flat file of all assets in a collection. Since OpenSea NFT only lets you fetch 50 assets at a time, you can run cli.py to fetch all assets page by page and output the final data structure into a file called assets.json. The nft.py webapp reads in this data and performs the trait and rarity sort.

About

A digital platform that enables users to buy, sell, and trade non-fungible tokens (NFTs), digital assets that are stored on a blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages