Basic example for thirdweb NFTDrop frontend. You can deploy functions dropping nft and collection viewer.
The NFTDrop is a Next.js example template that showcases the frontend connecting to NFTDrop thirdweb’s pre-built contract. It allows users to connect to Ethereum testnet (rinkeby) and perform actions like minting collections and viewing owned collections.
To install and run the NFTDrop Next.js example, follow these steps:
Clone the repository:
git clone <repository-url>
Install dependencies:
npm install
Run the template:
npm run dev
Open http://localhost:3000 in your browser to see the result.
The NFTDrop is a Next.js example template that demonstrates the frontend integration with NFTDrop’s pre-built contract. It allows users to perform actions like minting collections and viewing owned collections. The installation guide provides step-by-step instructions on how to set up and run the template on your local machine.