Note: The website may take 45 seconds to load since the free instance spins down with inactivity.
NFTplace is a decentralised application with a beautiful and responsive interface powered by the Ethereum blockchain to buy and browse NFTs.
- Users have the ability to search for assets by name and order assets by name and price.
- Users can purchase NFTs by linking their MetaMask wallet, with MetaMask serving as the platform for processing the transactions.
- Users have the ability to view the name, hash, and etherscan.io URL of items they've purchased on the website.
- The data is stored in a database for quicker retrieval, and all purchases are recorded on the Ethereum blockchain.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Firstly clone this repo in your computer
git clone git@github.com:Cachedd/Trading-Marketplace.git
- Make sure you are in the Frontend Directory.
- Run the command
npm install. - Run
npm startto start the website.
- Make sure you are in the Backend Directory.
- Run the command
npm install. - Run
npm run devto start the node server.
This project is licensed under the MIT License - see the LICENSE.md file for details
