The VR Blockchain NFT Marketplace is a decentralized platform where users can mint, buy, sell, and resell NFTs. Assets are stored using IPFS (Pinata), and all transactions are powered by Ethereum Sepolia Testnet smart contracts.
Users can upload digital assets, mint NFT metadata automatically, list NFTs for sale, purchase them via MetaMask, and even relist them for resale.
- 🔗 Decentralized NFT Minting
- 🏠 Marketplace Home Screen
- 💰 Buy NFTs with ETH
- 👤 User Profile Page
- 🔁 Resell / Relist NFTs
- 🧾 On-chain Ownership Tracking
- 🌐 Pinata + IPFS storage
- 🧩 Smart Contract deployed on Sepolia Testnet
- Node.js (≥ 18)
- npm or yarn
- MetaMask
- Pinata account
- Sepolia test ETH
```bash git clone
https://github.com/`{=html}/vr-marketplace.git cd vr-marketplace \``
```bash npm install ```
Create .env file.
```bash npm run dev ```
```bash npx hardhat run scripts/deploy.js --network sepolia ```
Open pull requests.
MIT License.










