A decentralized marketplace for trading NFTs using a custom ERC-20 token.
- Mint ERC-721 NFTs with royalty support (EIP-2981).
- Buy/sell NFTs using the custom PLAY token.
- Secure marketplace with reentrancy protection.
- IPFS metadata storage.
- Smart Contracts: Solidity, OpenZeppelin, Hardhat
- Frontend: React, ethers.js, TailwindCSS
- Storage: IPFS, Pinata
- Clone the repo:
git clone https://github.com/messoj/nft-marketplace cd nft-marketplace