Live Demo: CryptoPunk-NFTMarketplace Dapp
CryptoPunk-NFTMarketplace is a decentralized app (Dapp) that allows users to list, buy, and trade Non-Fungible Tokens (NFTs). The platform is inspired by Robinhood and offers a user-friendly interface to engage with NFTs.
- List and Buy NFTs: Easily list your NFT collections and buy unique NFTs from others.
- ERC721 Compliant: All NFTs minted through the platform comply with the ERC721 standards.
- MetaMask Authentication: Users can easily log in and log out using MetaMask.
- Unique NFT Pages: Each NFT has a dedicated page displaying its details like creator, image, and pricing.
- Transaction Verification: Transactions can be verified via Etherscan.
- Next.js and React.js: For the frontend
- ThirdWeb: For creating a robust marketplace
- RPC Nodes: To connect the marketplace to the blockchain
- ThirdWeb SDK: For listing and buying NFTs
- MetaMask: For user authentication
- Tailwind CSS: For styling
- Etherscan: For transaction verification
git clone https://github.com/yourusername/cryptopunk-nftmarketplace.git
cd cryptopunk-nftmarketplace
npm install
npm start
Open http://localhost:3000 with your web browser to see the application.