{"id":24127515,"url":"https://github.com/devrapture/nft-bay","last_synced_at":"2025-03-01T02:34:56.022Z","repository":{"id":172420522,"uuid":"649013537","full_name":"devrapture/nft-bay","owner":"devrapture","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-14T09:43:52.000Z","size":3770,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T17:49:21.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nft-bay-peach.vercel.app","language":"TypeScript","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/devrapture.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":"2023-06-03T13:58:31.000Z","updated_at":"2023-06-04T19:07:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"08556467-1210-4ed7-a845-5031906f7551","html_url":"https://github.com/devrapture/nft-bay","commit_stats":null,"previous_names":["coolpythoncodes/nft-bay","devrapture/nft-bay"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Fnft-bay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Fnft-bay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Fnft-bay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrapture%2Fnft-bay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devrapture","download_url":"https://codeload.github.com/devrapture/nft-bay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241309093,"owners_count":19941722,"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":[],"created_at":"2025-01-11T17:47:12.567Z","updated_at":"2025-03-01T02:34:55.968Z","avatar_url":"https://github.com/devrapture.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n\n![](https://img.shields.io/badge/Hackathon-blueviolet)\n\n[![Contributors][contributors-shield]][contributors-url]\n[![GitHub issues][issues-shield]][issues-url]\n[![GitHub forks][forks-shield]][forks-url]\n[![GitHub stars][star-shield]][star-url]\n[![GitHub license][license-shield]][license-url]\n\n# NFT Bay\n\n### Brief description\n\nNFT Bay is a decentralized marketplace that empowers users to create, sell, and auction Non-Fungible Tokens (NFTs).\n\nNFT Bay enables creators to mint and showcase their unique NFT creations, while buyers can browse a diverse range of digital assets and securely transact using cryptocurrency.\n\nThrough its auction functionality, NFT Bay offers an exciting opportunity for users to participate in bidding wars and discover rare and exclusive NFTs.\n\nWith a focus on community, transparency, and innovation, NFT Bay aims to revolutionize the NFT ecosystem by fostering creativity, enabling fair value exchange, and empowering artists and collectors alike with royalties.\n\nThis project was bootstrapped with [`create-t3-app`](https://create.t3.gg/).\n\n## Technology Stack \u0026 Tools\n\n- NextJS\n- Hardhat\n- Solidity\n- wagmi\n- Web3Modal\n- NFT.storage\n- Polygon chain\n\n### Install\n\n```bash\ngit clone https://github.com/coolpythoncodes/nft-bay\n\nyarn install\n\n# create a web3modal project from https://cloud.walletconnect.com/sign-in\n# to get WEB3_MODAL_PROJECT_ID\n\n# create a nft.storage account from https://nft.storage/\n# to get NFT_STORAGE_API_KEY\n\n# create a polygon scan account from https://polygonscan.com/myapikey\n# to get POLYGONSCAN_API_KEY\n\n- Copy `.env.example` to a new `.env` file on nft-bay root folder\n\n- Add your `WEB3_MODAL_PROJECT_ID` and `NFT_STORAGE_API_KEY` to the `.env` file\n\n-  Copy `secret.example.json` to a new `secret.json` // ensure you don't expose this to the public\n\n- Add your `polygonScanApiKey` and `privateKey` to the `secret.json` file\n\n# Compile your smart contracts.\npnpm hardhat compile\n\n# Deploy on polygon mumbai testnet\n\nnpx hardhat run scripts/deploy.js --network polygon_mumbai\n\n# the deployed contract address will be displayed on the console and stored in `src/data/NFTMarketPlace-address.json`\n\n# Verify your smart contracts on polygonscan\n\npnpm hardhat verify --network polygon_mumbai \u003ccontract_address\u003e\n\n# run the script below to generate the types for the contract\n\npnpm wagmi generate\n\n# Get your web development server running.\npnpm dev\n\n```\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n## Show your support\n\nGive a ⭐ if you like this project!\n\n## Useful links\n\n- [Web3Modal Project ID](https://cloud.walletconnect.com/sign-in)\n- [NFT Storage](https://nft.storage/)\n- [Polygon Scan api key](https://polygonscan.com/myapikey)\n- [Verified NFT Bay address on Polygon scan](https://mumbai.polygonscan.com/address/0x88c301AEF5EB979F30a781b2Cb13019218AbA7C3#code)\n\n[contributors-shield]: https://img.shields.io/github/contributors/coolpythoncodes/nft-bay?style=for-the-badge\n[contributors-url]: https://github.com/coolpythoncodes/nft-bay/graphs/contributors\n[issues-shield]: https://img.shields.io/github/issues/coolpythoncodes/nft-bay?style=for-the-badge\n[issues-url]: https://github.com/coolpythoncodes/nft-bay/issues\n[forks-shield]: https://img.shields.io/github/forks/coolpythoncodes/nft-bay?style=for-the-badge\n[forks-url]: https://github.com/coolpythoncodes/nft-bay/network\n[star-shield]: https://img.shields.io/github/stars/coolpythoncodes/nft-bay?style=for-the-badge\n[star-url]: https://github.com/coolpythoncodes/nft-bay/stargazers\n[license-shield]: https://img.shields.io/github/license/coolpythoncodes/nft-bay?style=for-the-badge\n[license-url]: https://github.com/coolpythoncodes/nft-bay/blob/main/LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrapture%2Fnft-bay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrapture%2Fnft-bay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrapture%2Fnft-bay/lists"}