{"id":27874738,"url":"https://github.com/camerodev/nft-minter-basic","last_synced_at":"2026-04-28T18:04:46.537Z","repository":{"id":227921291,"uuid":"772666609","full_name":"camerodev/nft-minter-basic","owner":"camerodev","description":"NFT Minter is a tool for creating and managing Non-Fungible Tokens (NFTs). It makes it easy to create ERC-721 tokens on the Ethereum blockchain, allowing you to create digital collectibles, tokenized assets, games, and more.","archived":false,"fork":false,"pushed_at":"2024-03-15T16:40:53.000Z","size":396,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T01:42:24.085Z","etag":null,"topics":["api","blockchain","nft","react"],"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/camerodev.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}},"created_at":"2024-03-15T16:40:48.000Z","updated_at":"2024-03-15T18:07:31.000Z","dependencies_parsed_at":"2024-03-15T20:29:03.928Z","dependency_job_id":"1769e092-e267-4a90-8654-a5572b626966","html_url":"https://github.com/camerodev/nft-minter-basic","commit_stats":null,"previous_names":["slickcharmer/nft-minter-basic","camerodev/nft-minter-basic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/camerodev/nft-minter-basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Fnft-minter-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Fnft-minter-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Fnft-minter-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Fnft-minter-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camerodev","download_url":"https://codeload.github.com/camerodev/nft-minter-basic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Fnft-minter-basic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["api","blockchain","nft","react"],"created_at":"2025-05-05T01:37:55.854Z","updated_at":"2026-04-28T18:04:46.522Z","avatar_url":"https://github.com/camerodev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✅ [Completed] NFT Minter Tutorial\n\nThis project contains the COMPLETED files for [Alchemy's NFT Minter tutorial](https://docs.alchemyapi.io/alchemy/tutorials/nft-minter), in which we teach you how to connect your smart contract to your React dApp project by building an NFT Minter using Metamask and Web3. It is best used as a reference.\n\n# 🪜 Installation\nTo use this minter, you'll need to do the following:\n\n1. Run `npm install` to download the `node_modules` folder.\n2. Download the [dotenv package](https://www.npmjs.com/package/dotenv) in your project directory by running `npm install dotenv --save` in your terminal\n3. Create a `.env` file in the root directory this `nft-minter` by entering the following on your command line: `vim .env` and then add your [Alchemy API Key](https://docs.alchemyapi.io/alchemy/tutorials/nft-minter#create-your-alchemy-api-key) and [Pinata Key and Secret](https://pinata.cloud/keys). Altogether, your `.env` file should look like so:\n\n```\nREACT_APP_PINATA_KEY = \u003cpinata-key\u003e\nREACT_APP_PINATA_SECRET = \u003cpinata-secret\u003e\nREACT_APP_ALCHEMY_KEY = https://eth-ropsten.alchemyapi.io/v2/\u003calchemy-key\u003e\n```\n4. Run `npm start`in your terminal to open the minter in your browser at http://localhost:3000/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamerodev%2Fnft-minter-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamerodev%2Fnft-minter-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamerodev%2Fnft-minter-basic/lists"}