This is a decentralized NFT (Non-Fungible Token) marketplace where users can buy, sell, and trade digital assets securely on the blockchain. This project is built using Solidity, Ethereum, and React.js for the frontend.
- Users can mint new NFTs
- Buy, sell, and trade NFTs
- View NFT details and ownership history
- Connect with popular wallets like MetaMask
- Solidity
- Ethereum
- React.js
- Ether.js
- Hardhat
To get started with this project, follow these steps:
- Clone this repository.
- Install dependencies using
npm install
. - Start the development server using
npm start
.
Make sure you have MetaMask installed and connected to the appropriate network (e.g., Rinkeby, Ropsten) to interact with the marketplace.
- Visit the marketplace website.
- Connect your MetaMask wallet.
- Browse available NFTs, buy or sell them.
- Mint your own NFTs and list them for sale.
Contributions are welcome! Please fork this repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.