Danielpark1239 / hardhat-nft-marketplace

Hardhat backend for a decentralized NFT marketplace; built using FreeCodeCamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Backend for a decentralized NFT marketplace. NftMarketplace.sol has 5 basic functions:
    • listItem: List NFTs on the marketplace
    • buyItem: buy the NFTs
    • cancelItem: Cancel a listing
    • updateListing: Update price
    • withdrawProceeds: Withdraw payment for my bought NFTs

About

Hardhat backend for a decentralized NFT marketplace; built using FreeCodeCamp


Languages

Language:JavaScript 75.6%Language:Solidity 24.4%