{"id":22800306,"url":"https://github.com/devpavan04/cryptoboys-nft-marketplace","last_synced_at":"2025-04-05T06:05:50.787Z","repository":{"id":42345142,"uuid":"347354677","full_name":"devpavan04/cryptoboys-nft-marketplace","owner":"devpavan04","description":"An NFT marketplace where users can mint ERC721-based Crypto Boy NFTs 💎🎨","archived":false,"fork":false,"pushed_at":"2022-09-02T15:55:27.000Z","size":6241,"stargazers_count":369,"open_issues_count":10,"forks_count":268,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-29T05:04:25.649Z","etag":null,"topics":["blockchain","dapp","erc721","ethereum","nft","nft-marketplace","smart-contracts","solidity"],"latest_commit_sha":null,"homepage":"https://devpavan04.github.io/cryptoboys-nft-marketplace/","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/devpavan04.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}},"created_at":"2021-03-13T11:42:24.000Z","updated_at":"2025-03-01T02:16:48.000Z","dependencies_parsed_at":"2022-08-12T09:51:36.643Z","dependency_job_id":null,"html_url":"https://github.com/devpavan04/cryptoboys-nft-marketplace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpavan04%2Fcryptoboys-nft-marketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpavan04%2Fcryptoboys-nft-marketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpavan04%2Fcryptoboys-nft-marketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpavan04%2Fcryptoboys-nft-marketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devpavan04","download_url":"https://codeload.github.com/devpavan04/cryptoboys-nft-marketplace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294538,"owners_count":20915340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","dapp","erc721","ethereum","nft","nft-marketplace","smart-contracts","solidity"],"created_at":"2024-12-12T07:13:22.891Z","updated_at":"2025-04-05T06:05:50.761Z","avatar_url":"https://github.com/devpavan04.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Boy NFT Marketplace\n\u003ci\u003eNFT marketplace DApp where users mint ERC721 implemented Crypto Boy NFTs.\u003c/i\u003e\n#\n\u003cimg align=\"right\" width=\"350\" src=\"./image.png\"\u003e\u003c/img\u003e\n### Features\n- Mint custom ERC721 implemented Crypto Boy Tokens.\n- Sell Crypto Boy tokens on the marketplace.\n- Set desired token price.\n- Toggle between keeping the token for sale and not for sale.\n- Keeps track of all the tokens owned by an account - minted and bought.\n- Query blockchain for token owner and token metadata.\n- User can mint a token only after every 5 minutes.\n#\n### Stack\n- [Solidity](https://docs.soliditylang.org/en/v0.7.6/) - Object-oriented, high-level language for implementing smart contracts.\n- [Bootstrap 4](https://getbootstrap.com/) - CSS framework for faster and easier web development.\n- [React.js](https://reactjs.org/) - JavaScript library for building user interfaces.\n- [web3.js](https://web3js.readthedocs.io/en/v1.3.4/) - Allows users to interact with a local or remote ethereum node using HTTP, IPC or WebSocket.\n- [Truffle](https://www.trufflesuite.com/truffle) - Development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM).\n- [Ganache](https://www.trufflesuite.com/ganache) - Personal blockchain for Ethereum development used to deploy contracts, develop DApps, and run tests.\n#\n### Interact with the deployed DApp\n- Crypto Boy Marketplace DApp requires [Metamask](https://metamask.io/) browser wallet extension to interact with.\n- Connect metamask browser wallet to Kovan Test Network.\n- Request and get test etheres for the metamask account from [Kovan Faucet](https://gitter.im/kovan-testnet/faucet) to make transactions.\n- Crypto Boy Marketplace Smart Contract is deployed to Kovan Testnet - [0x420d2a6E87D87992EB01e5BFe762B3F437dBfD85](https://kovan.etherscan.io/address/0x420d2a6e87d87992eb01e5bfe762b3f437dbfd85)\n- Access Crypto Boy Marketplace DApp at [cryptoboys-NFT-marketplace](https://devpavan04.github.io/cryptoboys-nft-marketplace/) and start minting your Crypto Boys.\n#\n### Run the DApp Locally\n#### Install truffle\n```\nnpm install -g truffle\n```\n#### Install ganache-cli\n```\nnpm i ganache-cli\n```\n#### Run ganache-cli\n```\nganache-cli --port 7545\n```\n#### Open new terminal window and clone this repository\n```\ngit clone https://github.com/devpavan04/cryptoboys-NFT-marketplace.git\n```\n#### Install dependencies\n```\ncd cryptoboys-NFT-marketplace\nnpm install\n```\n#### Compile smart contract\n```\ntruffle compile\n```\n#### Deploy smart contract to ganache\n```\ntruffle migrate\n```\n#### Test smart contract\n```\ntruffle test\n```\n#### Start DApp\n```\nnpm start\n```\n- Open metamask browser wallet and connect network to Localhost 7545.\n- Import accounts from ganache-cli into the metamask browser wallet to make transactions on the DApp.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpavan04%2Fcryptoboys-nft-marketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevpavan04%2Fcryptoboys-nft-marketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpavan04%2Fcryptoboys-nft-marketplace/lists"}