{"id":21327251,"url":"https://github.com/changoman/nextjs-ethereum-starter","last_synced_at":"2025-07-12T07:31:17.923Z","repository":{"id":41476514,"uuid":"363766801","full_name":"ChangoMan/nextjs-ethereum-starter","owner":"ChangoMan","description":"Please use https://github.com/scaffold-eth/scaffold-eth-2 instead of this repo! This was my old iteration of scaffold-eth built with Hardhat, Next.js, and RainbowKit","archived":false,"fork":false,"pushed_at":"2024-03-12T06:21:43.000Z","size":2438,"stargazers_count":89,"open_issues_count":1,"forks_count":44,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-03-12T07:34:02.286Z","etag":null,"topics":["ethereum-dapp","ethersjs","hardhat","nextjs","rainbowkit","typescript"],"latest_commit_sha":null,"homepage":"https://nextjs-ethereum-starter.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/ChangoMan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"hunterchang.eth"}},"created_at":"2021-05-02T22:54:49.000Z","updated_at":"2024-03-12T06:22:37.000Z","dependencies_parsed_at":"2023-01-21T20:17:15.442Z","dependency_job_id":null,"html_url":"https://github.com/ChangoMan/nextjs-ethereum-starter","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/ChangoMan%2Fnextjs-ethereum-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChangoMan%2Fnextjs-ethereum-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChangoMan%2Fnextjs-ethereum-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChangoMan%2Fnextjs-ethereum-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChangoMan","download_url":"https://codeload.github.com/ChangoMan/nextjs-ethereum-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225802569,"owners_count":17526452,"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":["ethereum-dapp","ethersjs","hardhat","nextjs","rainbowkit","typescript"],"created_at":"2024-11-21T21:16:31.523Z","updated_at":"2024-11-21T21:16:32.158Z","avatar_url":"https://github.com/ChangoMan.png","language":"TypeScript","funding_links":["hunterchang.eth"],"categories":[],"sub_categories":[],"readme":"# nextjs-ethereum-starter (Deprecated!)\n\nThis repo may be too old to be of any use. Please see the new [Scaffold ETH 2](https://github.com/scaffold-eth/scaffold-eth-2) which is very similar to this project.\n\nThis project was sponsored by the [BuidlGuidl](https://buidlguidl.com). Please support the BuidlGuidl if this project has been helpful!\n\n---\n\nMy iteration of [Austin Griffith's scaffold-eth](https://github.com/austintgriffith/scaffold-eth).\nAlso inspired by [Nader Dabit's blog post](https://dev.to/dabit3/the-complete-guide-to-full-stack-ethereum-development-3j13)\n\n- [Hardhat](https://hardhat.org/)\n- [Next.js](https://nextjs.org/)\n- [RainbowKit](https://www.rainbowkit.com/)\n- [wagmi](https://wagmi.sh/)\n- [Chakra UI](https://chakra-ui.com/)\n\n👀 [View the Live Demo](https://nextjs-ethereum-starter.vercel.app/)\n\n## Getting Started\n\nIt is recommended to use Yarn to avoid dependency collisions: [Yarn](https://classic.yarnpkg.com/en/docs/install)\n\n```bash\ngit clone https://github.com/ChangoMan/nextjs-ethereum-starter.git\ncd nextjs-ethereum-starter\n\nyarn install\n\n# Start up the Hardhat Network\nyarn chain\n```\n\nHere we just install the npm project's dependencies, and by running `yarn chain` we spin up an instance of Hardhat Network that you can connect to using MetaMask. In a different terminal in the same directory, run:\n\n```bash\nyarn deploy\n```\n\nThis will deploy the contract to Hardhat Network. After this completes run:\n\n```bash\ncd frontend\nyarn install\n```\n\nThis will install the frontend packages. We also need to set up the local configuration file.\n\n```bash\ncp .env.local.example .env.local\n```\n\nThis will create a file called `.env.local`. Open up that file and fill in the `NEXT_PUBLIC_ALCHEMY_API_KEY=` and `NEXT_PUBLIC_UNSPLASH_ACCESS_KEY=` environment variables.\n\n```bash\nyarn dev\n```\n\nThis will start up the Next.js development server. Your site will be available at http://localhost:3000/\n\nTo interact with the local contract, be sure to switch your MetaMask Network to `Localhost 8545`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangoman%2Fnextjs-ethereum-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchangoman%2Fnextjs-ethereum-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangoman%2Fnextjs-ethereum-starter/lists"}