Skip to content

This is a decentralized NFT marketplace that allows users to create, buy, sell, and burn NFTs. It includes an admin panel for managing listing prices and controlling NFT buying, creating, and listing. The marketplace is built on a web3 infrastructure, making it secure and transparent for all parties involved.

Notifications You must be signed in to change notification settings

AnandJNairGit/NFT-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Marketplace Daap Local Installation Steps:

1. Clone the repository:

git clone https://github.com/AnandJNairGit/NFT-marketplace.git

2. Navigate to the project directory:

cd NFT-marketplace

3. Install the required dependencies using npm:

npm i

4. Set up the environment variables for the application:

  1. Get your Pinata API Key and Secret from your Pinata account.
  2. In the project root directory, create a new file called .env.
  3. Open the .env file in a text editor and add the following lines:
REACT_APP_PINATA_API_KEY=<YOUR PINATA API KEY>
REACT_APP_PINATA_API_SECRET=<YOUR PINATA API SECRET>
REACT_APP_CONTRACT_ADDRESS=<ADDRESS OF DEPLOYED CONTRACT>

Start the application:

npm start

The NFT Marketplace Daapshould now be running on http://localhost:3000.

About

This is a decentralized NFT marketplace that allows users to create, buy, sell, and burn NFTs. It includes an admin panel for managing listing prices and controlling NFT buying, creating, and listing. The marketplace is built on a web3 infrastructure, making it secure and transparent for all parties involved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages