Skip to content

nftport/nftport-backend-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFTPort Backend Test Assignment

Getting NFTs

Use this API endpoint to fetch all contract addresses and token ids.

Web3 gateway

Connects to the EVM compatible blockchain and fetches either tokenUri() or uri() value from a given smart contract. Example usage in web3_example.py

Deploy web3 gateway:

cd web3_gateway
docker-compose up

Run example:

conda env create -f environment.yml
conda activate nftport-backend-task
python web3_example.py

Or just implement the equivalent API call in your language.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published