{"id":20464067,"url":"https://github.com/fullstack-development/frontend-practice-nft","last_synced_at":"2026-05-09T08:02:28.316Z","repository":{"id":256785114,"uuid":"856338017","full_name":"fullstack-development/frontend-practice-nft","owner":"fullstack-development","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-12T14:56:47.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-16T00:57:36.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Solidity","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/fullstack-development.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":"2024-09-12T12:13:49.000Z","updated_at":"2024-09-12T14:58:28.000Z","dependencies_parsed_at":"2024-09-13T03:26:30.903Z","dependency_job_id":null,"html_url":"https://github.com/fullstack-development/frontend-practice-nft","commit_stats":null,"previous_names":["fullstack-development/frontend-practice-nft"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-development%2Ffrontend-practice-nft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-development%2Ffrontend-practice-nft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-development%2Ffrontend-practice-nft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-development%2Ffrontend-practice-nft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullstack-development","download_url":"https://codeload.github.com/fullstack-development/frontend-practice-nft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242023206,"owners_count":20059300,"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":"2024-11-15T13:13:55.987Z","updated_at":"2026-05-09T08:02:28.218Z","avatar_url":"https://github.com/fullstack-development.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend practice NFT\n\n## Install dependencies\n\n```bash\n$ npm install\n```\n\n## Configure .env\n\nCreate a `.evn` file in the root of the repository. Use `.evn.example` as an example.\n\n1. First get your Arbitrum Sepolia account private key (for example, you can get it from Metamask).\n2. Get Arbitrum Sepolia RPC URL to connect to Arbitrum Sepolia (you can use alchemy, infura or public RPC URLs from https://chainlist.org)\n3. Get an API key from etherscan. You need to register at [arbiscan.io](https://arbiscan.io/), go to My Profile -\u003e API Keys and get the key.\n4. You will need to get some ETH for deploy. Go to https://faucets.chain.link/ or any other faucet.\n\n```bash\n# EOA private key (with ETH in Arbitrum Sepolia, to sign tx)\nWALLET_PRIVATE_KEY=\"\"\n# Arbitrum Sepolia RPC URL (to connect to Arbitrum Sepolia)\nARBITRUM_SEPOLIA_RPC_URL=\"\"\n# Explorer API key (for verification process)\nARBISCAN_API_KEY=\"\"\n```\n\n## Deploy smart-contract\n\nRun the command:\n\n```bash\n$ npm run deploy\n```\n\nYou will see something like this:\n\n```bash\n➜  frontend-practice-nft npm run deploy\n\n\u003e deploy\n\u003e npx hardhat compile \u0026\u0026 npx hardhat ignition deploy ignition/modules/BimkonEyes.js --network sepolia --verify\n\nCompiled 13 Solidity files successfully (evm target: london).\n✔ Confirm deploy to network arbitrumSepolia (421614)? … yes\nHardhat Ignition 🚀\n\nDeploying [ BimkonEyesModule ]\n\nBatch #1\n  Executed BimkonEyesModule#BimkonEyes\n\n[ BimkonEyesModule ] successfully deployed 🚀\n\nDeployed Addresses\n\nBimkonEyesModule#BimkonEyes - 0xEe7356FB1362fD659D03892719d424Bd8D9D8f70\n\nVerifying deployed contracts\n\nVerifying contract \"contracts/BimkonEyes.sol:BimkonEyes\" for network arbitrumSepolia...\nSuccessfully verified contract \"contracts/BimkonEyes.sol:BimkonEyes\" for network arbitrumSepolia:\n  - https://sepolia.arbiscan.io//address/0xEe7356FB1362fD659D03892719d424Bd8D9D8f70#code\n```\n\nIn this example smart-contract address is 0xEe7356FB1362fD659D03892719d424Bd8D9D8f70 (you will see other address).\n\nYou'll find a verified smart-contract code at a link like this - https://sepolia.arbiscan.io//address/0xEe7356FB1362fD659D03892719d424Bd8D9D8f70#code.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-development%2Ffrontend-practice-nft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstack-development%2Ffrontend-practice-nft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-development%2Ffrontend-practice-nft/lists"}