Skip to content

🖼️ NFT Gallery built with Vue, Pinia & Alchemy API.

License

Notifications You must be signed in to change notification settings

findtoni/nft-gallery

Repository files navigation

nft-gallery

Netlify Status

Search Ethereum wallet addresses and view the NFTs inside them

nft-gallery

Stack

  • Vue 3
  • Vite
  • Pinia
  • TypeScript
  • Alchemy NFT API

Instructions

# install dependencies
$ yarn install

# start server
$ yarn run dev

# build for production
$ yarn run build