This is a Next.js project bootstrapped with create-next-app
.
The Solana NFT Minting Dapp is a decentralized application (dApp) built on the Solana blockchain. This project allows users to mint unique NFTs from a collection called "MonsterVerse." It utilizes Next.js for the frontend, Tailwind CSS for styling, and various Solana libraries for blockchain interactions.
- Mint NFTs: Users can mint NFTs from the "MonsterVerse" collection.
- Wallet Integration: Integration with Solana wallets for secure transactions.
- Real-time Updates: The dApp updates in real-time to reflect the number of NFTs minted and remaining.
- Responsive Design: Tailwind CSS is used for responsive and visually appealing design.
First, clone the repository and install the dependencies:
git clone https://github.com/ryanschwarting/solana-nft-minting-dapp.git
cd solana-nft-minting-dapp
npm install
# or
yarn install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev