A web application that allows users to explore NFT collections by searching wallet addresses on the Camp Network testnet.
- Search NFTs by wallet address
- Display NFT collections with detailed metadata
- Interactive media preview modal for NFTs
- Responsive grid layout for NFT display
- Smooth scrolling navigation buttons
- Clone the repository
- Open
index.htmlin your browser - No additional dependencies required
- Enter a wallet address in the search field
- Click the search button or press Enter
- View NFT collections associated with the address
- Click on individual NFTs to view detailed information in a modal
The application uses the Camp Network Blockscout API with the following endpoint:
const API_BASE_URL = 'https://camp-network-testnet.blockscout.com/api/v2'