A decentralized application (dapp) marketplace built on the Goerli testnet using the Ethereum blockchain. The marketplace allows users to list, buy and sell Non-Fungible Tokens (NFTs). The marketplace also includes a feature to mint a new NFT from the "Ethereal" collection for 0.01ETH, to test the marketplace functionality.
Test the dApp here: NFT Marketplace
Check the frontend repo here: Frontend repositorie
To get a local copy up and running follow these simple example steps.
A web3 browser (e.g. MetaMask)
An Ethereum wallet with some Goerli testnet Ether
Hardhat framework to test and deploy
Clone the repo
git clone https://github.com/julienbrs/nft-marketplace.git
Install package dependencies using yarn
yarn
The dapp marketplace allows users to list NFTs for sale, view and purchase available NFTs, and mint a new NFT from the "Ethereal" collection for 0.01ETH. Users must have a web3 browser and an Ethereum wallet with Goerli testnet Ether to interact with the marketplace. Usage
List NFTs for sale Browse and purchase available NFTs Mint new NFTs from the "Ethereal" collection for 0.01ETH
Please note that this marketplace is built on the Goerli testnet and any transactions made will not result in real ether being transferred, and it's only for testing purposes.
Bourseau Julien - 2nd year student at Ensimag, 2022 - [email protected]
Project Link: https://github.com/julienbrs/nft-marketplace