{"id":15152934,"url":"https://github.com/anuprshetty/nft_marketplace","last_synced_at":"2026-03-03T19:04:03.468Z","repository":{"id":239188894,"uuid":"798608976","full_name":"anuprshetty/nft_marketplace","owner":"anuprshetty","description":"A dapp for selling and purchasing NFTs.","archived":false,"fork":false,"pushed_at":"2024-05-10T14:43:43.000Z","size":467,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-26T17:35:18.618Z","etag":null,"topics":["blockchain","code-coverage","docker","ethereum","etherscan","ethersjs","github-actions","hardhat","ipfs","metamask","mocha-chai","nfts","nginx","openzeppelin","python","reactjs","remix-ide","smart-contracts","solidity","web3js"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anuprshetty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-10T05:50:56.000Z","updated_at":"2024-05-10T15:28:54.000Z","dependencies_parsed_at":"2024-05-10T15:54:59.948Z","dependency_job_id":"ec441e82-7720-484f-a268-8d3ce1d596d6","html_url":"https://github.com/anuprshetty/nft_marketplace","commit_stats":null,"previous_names":["anuprshetty/nft_marketplace"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anuprshetty/nft_marketplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fnft_marketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fnft_marketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fnft_marketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fnft_marketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anuprshetty","download_url":"https://codeload.github.com/anuprshetty/nft_marketplace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fnft_marketplace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30056056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","code-coverage","docker","ethereum","etherscan","ethersjs","github-actions","hardhat","ipfs","metamask","mocha-chai","nfts","nginx","openzeppelin","python","reactjs","remix-ide","smart-contracts","solidity","web3js"],"created_at":"2024-09-26T16:41:57.438Z","updated_at":"2026-03-03T19:04:03.445Z","avatar_url":"https://github.com/anuprshetty.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NFT Marketplace\n\nA dapp for selling and purchasing NFTs.\n\n![nft_marketplace_dapp](media/nft_marketplace_dapp.png)\n\n## Smart Contracts\n\n- Token (token_alpha)\n- NFTMinter (tom_and_jerry, mickey_mouse)\n- MarketplaceNFTMinter (collection_marketplace)\n- NFTMarketplace (nft_marketplace)\n\n## Tools and Technologies Used\n\n- nft:\n  - IPFS, NFTs, Python\n- contract:\n  - Smart contracts (ERC20, IERC20, ERC721Enumerable, ERC721URIStorage, Ownable, IERC721Receiver)\n  - Hardhat, Ethers.js, Solidity, OpenZeppelin, Remix IDE, Ethereum, EVM (Ethereum Virtual Machine), Blockchain, Etherscan, JavaScript, Mocha Testcases, Solidity code coverage\n- dapp:\n  - React.js, Web3.js, Nginx, Metamask wallet\n- Docker and Containers\n- Ethernal dashboard - EVM compatible private blockchain network explorer.\n- GitHub actions\n\n## How To Run?\n\n- [Upload NFTs to IPFS](./nft/.vscode/tasks.json)\n- [Deploy smart contracts to the blockchain](./contract/.vscode/tasks.json)\n- [Run the dapp](./dapp/.vscode/tasks.json)\n\n## Workflow\n\n1. Token [name, symbol, maxSupply, totalSupply, balanceOf (hash_wallet_accounts)]\n2. NFTMinter [name, symbol, owner, baseURI, maxSupply, totalSupply, cost, customPaymentCurrencies, getCustomPaymentCurrencies]\n3. NFTMinter [mint - with native token for user (not for owner)]\n4. Token [balanceOf (user), approve (all balance tokens of user as an allowance to spend by NFTMinter smart contract), allowance], NFTMinter [mint - with custom token for user (not for owner)]\n5. NFTMinter [totalSupply, balanceOf, walletOfOwner, tokenURI, ownerOf]\n6. MarketplaceNFTMinter [name, symbol, owner, totalSupply, cost]\n7. MarketplaceNFTMinter [mint - 10 mickey_mouse NFTs for user(not for owner)]\n8. MarketplaceNFTMinter [totalSupply, balanceOf, walletOfOwner, tokenURI, ownerOf]\n9. NFTMarketplace [owner, nftCollections, getNFTCollections, nftListingFee]\n10. NFTMinter and MarketplaceNFTMinter [setApprovalForAll (set NFTMarketplace smart contract as operator to handle all NFTs of a particular user account), isApprovedForAll]\n11. NFTMarketplace [listNFTs, getListedNFTs, getListedNFTsOfSeller, getNFTsOfUser, marketplaceNFTs]\n12. NFTMarketplace [buyNFT, getListedNFTs, getListedNFTsOfSeller, getNFTsOfUser, marketplaceNFTs]\n13. NFTMarketplace [unlistNFTs, getListedNFTs, getListedNFTsOfSeller, getNFTsOfUser, marketplaceNFTs], NFTMinter or MarketplaceNFTMinter [ownerOf, walletOfOwner]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuprshetty%2Fnft_marketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuprshetty%2Fnft_marketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuprshetty%2Fnft_marketplace/lists"}