{"id":13632340,"url":"https://github.com/coinbase/nft-dapp-starter-kit","last_synced_at":"2025-10-09T03:32:58.755Z","repository":{"id":36994227,"uuid":"489014869","full_name":"coinbase/nft-dapp-starter-kit","owner":"coinbase","description":"Starter kit for developers who want to build an NFT minting site","archived":false,"fork":false,"pushed_at":"2025-06-12T17:44:18.000Z","size":3946,"stargazers_count":167,"open_issues_count":10,"forks_count":104,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-09T03:32:15.557Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nonfungiblecoinbae.vercel.app/","language":"TypeScript","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/coinbase.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":"2022-05-05T14:53:36.000Z","updated_at":"2025-10-07T11:31:37.000Z","dependencies_parsed_at":"2024-01-22T01:16:26.743Z","dependency_job_id":"4b04b4e2-f7bd-4091-b15b-2123c4e99308","html_url":"https://github.com/coinbase/nft-dapp-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coinbase/nft-dapp-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fnft-dapp-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fnft-dapp-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fnft-dapp-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fnft-dapp-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coinbase","download_url":"https://codeload.github.com/coinbase/nft-dapp-starter-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fnft-dapp-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000714,"owners_count":26082911,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-01T22:03:00.548Z","updated_at":"2025-10-09T03:32:58.740Z","avatar_url":"https://github.com/coinbase.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# NFT Dapp Starter Kit 🏗️\n\nReady to bootstrap your own NFT minting site? You're in the right place. This boilerplate repo contains an NFT minting contract, a sample frontend dapp, and metadata generation scripts for you to get started.\n\nPlay around with the deployed test app [here](https://nonfungiblecoinbaes.vercel.app/). Check out the deployed test contract on Goerli: `NonFungibleCoinbae`: [`0xBa9FFf60ead181805369F92e032D898227937b2B`](https://goerli.etherscan.io/address/0xBa9FFf60ead181805369F92e032D898227937b2B).\n\n## Getting Started\n\nHave the following items handy, then fork this repository and move onto Step 1:\n\n1. Private and public key of your development wallet ([Coinbase Wallet](https://chrome.google.com/webstore/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad?hl=en) Recommended)\n2. API URL for testnet and mainnet ([Coinbase](https://www.coinbase.com/cloud/products/node) recommended for mainnet, [Alchemy](https://dashboard.alchemyapi.io/) or [Infura](https://infura.io/) for testnet)\n3. Etherscan API Key for contract verification ([Etherscan](https://etherscan.io/))\n\n## Step 1: Smart Contracts\n\nSet up and deploy your NFT smart contract and interact with them via Hardhat by going to [`/smart-contracts`](smart-contracts).\n\n## Step 2: Frontend\n\nSet up and deploy your own minting dapp UI by going to [`/frontend`](frontend)\n\n## Step 3: Metadata / Assets\n\nLearn more about token metadata and generate your own metadata by going to [`/metadata`](metadata).\n\n## Questions?\n\nIf you have any questions or notice issues, please file a ticket and we will respond as soon as possible! We welcome all contributors to open pull requests and will try to review them in a timely manner.\n\n## Projects Built with NFT Dapp Starter Kit\n\nOpen a PR to add your project to the list:)\n\n- [Burn My Wallet](https://burnmywallet.com/#) (Winner of ETH New York 2022)\n\n## Inspirations\n\nThis starter kit was largely inspired by the following projects:\n\n- [Crypto Coven](https://www.cryptocoven.xyz/) - NFT collection that inspired the smart contract\n- [NFT Merkle Allowlists Scaffold](https://github.com/straightupjac/nft-merkle-allowlist-scaffold) - another NFT scaffold that inspired the gas-efficient presale\n- [Scaffold ETH](https://github.com/scaffold-eth/scaffold-eth) - the OG scaffold that inspired this project's direction\n- [Hashlips Art Engine](https://github.com/HashLips/hashlips_art_engine) - generative art tool that inspired the asset generation\n\n## Resources\n\n- [Coinbase Wallet Developer Docs](https://docs.cloud.coinbase.com/wallet-sdk/docs) - official Coinbase Wallet Developer docs\n- [Opensea NFT Developer Docs](https://docs.opensea.io/) - Opensea NFT documentation\n- [Manifold Royalty Standard](https://manifoldxyz.substack.com/p/royaltyregistryxyz?s=r) - Royalty Standard created by the Manifold team\n- [wagmi](https://github.com/tmm/wagmi) - library used for wallet integration on the frontend website\n\n### License\n\nSee [`LICENSE`](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinbase%2Fnft-dapp-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoinbase%2Fnft-dapp-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinbase%2Fnft-dapp-starter-kit/lists"}