Skip to content

Marabunta12/hardhat-nft-marketplace

Repository files navigation

Simple NFT Marketplace

This project was created using freeCodeCamp blockchain tutorial

This Dapp allows users to list their NFTs for sale. NFTs listed for sale can be later bought by another address. This repository also contains simple NFT contract for testing.

This repository contains only smart contracts code. For front-end and code see link below

Getting Started

Requirements

Before using this app you need to install the following:

  • Nodejs

  • Yarn

Usage

Deploy

yarn hardhat deploy

Test

yarn hardhat test

Scripts

You can interact with contract using scripts

yarn hardhat run scripts/<script-name>

License

MIT