NFT Marketplace that you can mint, buy and sell NFTs.
Visit the website demo here: : http://103.170.246.112:50666/
Ethereum, Solidity, Metamask, NodeJS, ReactJS, Truffle,...
- Solidity - Object-oriented, high-level language for implementing smart contracts.
- Bootstrap 5 - CSS framework for faster and easier web development.
- React.js - JavaScript library for building user interfaces.
- web3.js - Allows users to interact with a local or remote ethereum node using HTTP, IPC or WebSocket.
- Truffle - Development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM).
- Ganache - Personal blockchain for Ethereum development used to deploy contracts, develop DApps, and run tests.
- DApp requires Metamask browser wallet extension to interact with.
- Connect metamask browser wallet to Goerli Test Network.
- Request and get test etheres for the metamask account from Goerli Faucet to make transactions.
Step 1: cd into ./client
and install npm dependencies
npm install
Step 2: Setting up environments
- You will find a file named
exanple.env
on root directory of project. - Create a new file by copying and pasting the file and then renaming it to just
.env
- The file
.env
is already ignored, so you never commit your credentials. - Change the values of the file to your environment. Helpful comments added to
exanple.env
file to understand the constants.
Step 1: cd into ./server
and install npm dependencies
npm install
Step 2: Setting up environments
- You will find a file named
exanple.env
on root directory of project. - Create a new file by copying and pasting the file and then renaming it to just
.env
- The file
.env
is already ignored, so you never commit your credentials. - Change the values of the file to your environment. Helpful comments added to
exanple.env
file to understand the constants.
Add this Goerli testnet
network to Metamask.
Get Ether from a faucet for the Goerli for free to carry out transactions on the site.
Remembering that the transaction confirmation takes a few minutes.
cd into ./client
and run ReactJS app
npm start
cd into ./server
and run Express app
npm start
This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.