{"id":13785422,"url":"https://github.com/dappsar/buildspace-projects-nft-collection","last_synced_at":"2026-05-11T03:08:56.513Z","repository":{"id":123680196,"uuid":"591029700","full_name":"dappsar/buildspace-projects-nft-collection","owner":"dappsar","description":"Build a Web3 App: Mint Your own NFT Collection","archived":false,"fork":false,"pushed_at":"2023-01-19T21:28:18.000Z","size":315,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-02-13T09:01:38.928Z","etag":null,"topics":["blockchain","dapp","ethereum","hardhat","nft","solidity"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dappsar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-19T19:12:46.000Z","updated_at":"2024-08-03T19:04:56.644Z","dependencies_parsed_at":"2024-08-03T19:14:44.782Z","dependency_job_id":null,"html_url":"https://github.com/dappsar/buildspace-projects-nft-collection","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/dappsar%2Fbuildspace-projects-nft-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappsar%2Fbuildspace-projects-nft-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappsar%2Fbuildspace-projects-nft-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappsar%2Fbuildspace-projects-nft-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dappsar","download_url":"https://codeload.github.com/dappsar/buildspace-projects-nft-collection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246088864,"owners_count":20721774,"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","ethereum","hardhat","nft","solidity"],"created_at":"2024-08-03T19:01:00.171Z","updated_at":"2026-05-11T03:08:51.483Z","avatar_url":"https://github.com/dappsar.png","language":"JavaScript","funding_links":[],"categories":["Projects"],"sub_categories":["NFT_Collection"],"readme":"# Mint your own NFT Collection\n\n## Introduction\n\nA project that let users connect their Ethereum wallet, and mint an NFT to their wallet so they actually own it. They'll even be able to re-sell the NFT on OpenSea. The NFT itself can be customized.\n\nIt was developed following the steps in [buildspace.so](https://buildspace.so/p/mint-nft-collection).\n\n\n![sample image app](./images/nft-collection-png.png)\n\n## Live demo\n\nhttps://nft-starter-project.dappsar.repl.co\n\n\n## Technology Stack \u0026 Tools\n\n- Visual Studio Code\n- nvm / nodejs / npm / npx\n- Javascript (React \u0026 Testing)\n- Solidity (Writing Smart Contracts \u0026 Tests)\n- [Hardhat](https://hardhat.org/) (Development Framework)\n- [Ethers.js](https://docs.ethers.io/v5/) (Blockchain Interaction)\n- [React.js](https://reactjs.org/) (Frontend Framework)\n- [Metamask](https://metamask.io/)\n- QuickNode\n- [Pinata](https://app.pinata.cloud/)\n- Replit: It is a browser-based IDE that lets us easily build web apps and deploy them all from the browser. It is super legit. Instead of having to set up a full local environment and write commands to deploy, it's all just given to us.\n\n## Requirements For Initial Setup\n\n- Install [NodeJS](https://nodejs.org/en/). Recommended: Use [nvm](https://github.com/nvm-sh/nvm))\n- Register an account and Ethereum Test node in [quicknode](https://www.quicknode.com/)\n- Set un .env file in root folder with this content:\n    * STAGING_QUICKNODE_KEY=(your quicknode url) \n    * PROD_QUICKNODE_KEY=(nothing)\n    * PRIVATE_KEY=(your metamask's acoount private key)\n    * ETHERSCAN_KEY=(your Etherscan's acoount API key)\n\n\n## Setting Up\n### 1. Clone/Download the Repository\n`$ git clone repo_url`\n\n### 2. Install Dependencies\n`$ npm install`\n\n### 3. Run tests\n`$ npx hardhat test`\n`$REPORT_GAS=true npx hardhat test`\n\n### 4. Start Hardhat node\n`$ npx hardhat node`\n\n### 5. Run deployment script\nIn a separate terminal execute:\n`$ npx hardhat run ./scripts/deploy.js --network localhost`\n\n### 6. Start frontend\n`$ npm run start`\n\n### 7. Simple run (command line)\n`$ npx hardhat run ./scripts/run.js` \n\n### 8. Verify source code in Etherscan\n`$ npx hardhat verify 0xc80edAF4e45d34eA1b1a64C7a957EB848d12aB33 --network goerli`\n\n## Links\n\n* Encode SVG in [this website](https://www.utilities-online.info/base64)\n* View SVG encoded in browser: data:image/svg+xml;base64,SVG_ENCODED\n* [Smart Contract deployed in Goerli Test Blockchain](https://goerli.etherscan.io/address/0xc80edAF4e45d34eA1b1a64C7a957EB848d12aB33)\n* [NFT Collection in opensea](https://testnets.opensea.io/assets?search[query]=0xc80edAF4e45d34eA1b1a64C7a957EB848d12aB33)\n* [NFT Collection in rarible](https://testnet.rarible.com/token/0xc80edAF4e45d34eA1b1a64C7a957EB848d12aB33:0)\n\n* [NFT earned after finishing project in buildspace.so](https://opensea.io/assets/matic/0x5c4E5ae2ADEAD056fD39badCe6A5A0e4ceBec3Ee/6)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappsar%2Fbuildspace-projects-nft-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdappsar%2Fbuildspace-projects-nft-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappsar%2Fbuildspace-projects-nft-collection/lists"}