Skip to content

(NFT Hack 2022) A dapp where you can see all NFTs from wallet address in different networks

License

Notifications You must be signed in to change notification settings

ysongh/Nft-Showcases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nft Showcases

A dapp where you can see all NFTs from wallet address in different networks.

Features

  • Users can views their NFTs in different network when they enter their address and select the network such as Ethereum, Polygon (Matic), Avalanche, and Binance Smart Chain
  • Users can view the contract of the NFT such as floor price, unique token ids sold today, gas quote rate day, and list of NFTs minted

Technologies

  • React
  • Ant Design
  • Covalent API
  • NFTPort API

Running the web app on local host

  • Clone or download this repository
  • Run npm i to install the dependencies
  • Create a file called 'config.js' on the src folder and add the following code
export const NFTPORT_APIKEY= "< Your NFT PORT API key >";
export const COVALENT_APIKEY= "< Your Covalent API key >";
  • Run npm start to start the web app

About

(NFT Hack 2022) A dapp where you can see all NFTs from wallet address in different networks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published