The first decentralized general marketplace that uses the ethereum blockchain for transactions where users can buy and sell items.
- ReactJS
- ethers.js
- TailwindCSS
- NodeJS/Express
- MySQL
- Node.js: Download and Install Node.js
- Clone this repository:
git clone git@github.com:hassanuahmad/crypto-marketplace.git
- Install project dependencies in client and server:
npm install
- Add the environment variable in the client folder:
echo 'REACT_APP_CMP_BACKEND_URL="https://be.cryptomarketplace.tech"' > .env
Start the client development server:
npm start
Your development environment is now set up and running. Access the site at http://localhost:3000.