Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.06 KB

Nifty

Fetch NFTs from different chains, either from a specific address or from a contract address. Check who owns the NFT and get all the details of it.

Recent Add-ons:

  • Add API key by the user option (14/08/2023)
  • Save API key in the local storage (14/08/2023)
  • Add NFT details modal (10/04/2023)
  • Add wallet details modal (06/04/2023)
  • Fetch data from specific address/wallet (04/04/2023)
  • Add contract details section (01/04/2023)
  • Add Chain selection option (01/04/2023)

Install dependencies:

npm install

Create a .env file and add your API key to it:

Now add the API-KEY directly into the app

Run the dev server:

npm run dev

Deployed Version:

Nifty