A simple NFT Marketplace DApp where you can sell, buy and mind NFT's. For the UI the TailwindCSS Framework is used.
- Mint Nft's
- Sell Nft's
- Buy Nfts's
npm install -g truffle
npm i ganache-cli
ganache-cli --port 7545
git clone https://github.com/M4p4/nft-marketplace.git
cd nft-marketplace
npm install
truffle migrate
npm run dev