FINDEX
NFT Marketplace that you can mint, buy and sell NFTs.
Visit the website demo here: : https://fxethers.com
Requirements
Ethereum, Solidity, Metamask, NodeJS, ReactJS, Truffle,...
Stack
- 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.
Interact with the deployed DApp
- 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.
How to install
1. Client (./client)
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.
2. Server (./server)
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.
3. Add Metamask extension for Chrome
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.
How to run
1. Client (./client)
cd into ./client
and run ReactJS app
npm start
2. Server (./server)
cd into ./server
and run Express app
npm start
License
This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.