Home

Awesome

Crypto Boy NFT Marketplace

<i>NFT marketplace DApp where users mint ERC721 implemented Crypto Boy NFTs.</i>

<img align="right" width="350" src="./image.png"></img>

Features

Stack

Interact with the deployed DApp

Run the DApp Locally

Install truffle

npm install -g truffle

Install ganache-cli

npm i ganache-cli

Run ganache-cli

ganache-cli --port 7545

Open new terminal window and clone this repository

git clone https://github.com/devpavan04/cryptoboys-NFT-marketplace.git

Install dependencies

cd cryptoboys-NFT-marketplace
npm install

Compile smart contract

truffle compile

Deploy smart contract to ganache

truffle migrate

Test smart contract

truffle test

Start DApp

npm start