Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudband/nftmarketplace
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.
https://github.com/arnaudband/nftmarketplace
hardhat nft-marketplace solidity
Last synced: 28 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/arnaudband/nftmarketplace
- Owner: ArnaudBand
- License: mit
- Created: 2024-03-09T03:19:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T17:23:47.000Z (11 months ago)
- Last Synced: 2024-11-15T03:18:44.745Z (3 months ago)
- Topics: hardhat, nft-marketplace, solidity
- Language: Solidity
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFT Marketplace
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](https://docs.soliditylang.org/), [Ethereum](https://ethereum.org/), and [React.js](https://reactjs.org/) for the frontend.
## Features
- Users can mint new NFTs
- Buy, sell, and trade NFTs
- View NFT details and ownership history
- Connect with popular wallets like MetaMask## Technologies Used
- Solidity
- Ethereum
- React.js
- Ether.js
- Hardhat## Getting Started
To get started with this project, follow these steps:
1. Clone this repository.
2. Install dependencies using `npm install`.
3. 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.
## Usage
- Visit the marketplace website.
- Connect your MetaMask wallet.
- Browse available NFTs, buy or sell them.
- Mint your own NFTs and list them for sale.## Contributing
Contributions are welcome! Please fork this repository and submit a pull request with your changes.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.