NFT Marketplace Front

A marketplace to sell NFTs with crypto or fiat payments

Installation

make setup

Usage

Run the marketplace with ganache

Deploy the contracts on the local chain and run

make local

Run the marketplace on rinkeby testnet

Deploy the contracts on rinkeby and run

make testnet

Create an optimized dist

make build