{"id":13676026,"url":"https://github.com/scaffold-eth/scaffold-eth-2","last_synced_at":"2025-05-14T02:04:57.197Z","repository":{"id":61136261,"uuid":"538538681","full_name":"scaffold-eth/scaffold-eth-2","owner":"scaffold-eth","description":"Open source forkable Ethereum dev stack","archived":false,"fork":false,"pushed_at":"2025-05-07T07:53:35.000Z","size":6290,"stargazers_count":1626,"open_issues_count":6,"forks_count":1019,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-05-07T08:42:19.382Z","etag":null,"topics":["daisyui","dapp","ethereum","ethersjs","hardhat","nextjs","rainbowkit","solidity","starter-kit","tailwindcss","typescript","viem","wagmi"],"latest_commit_sha":null,"homepage":"https://scaffoldeth.io","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/scaffold-eth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2022-09-19T14:19:48.000Z","updated_at":"2025-05-07T07:53:37.000Z","dependencies_parsed_at":"2024-04-16T11:26:34.149Z","dependency_job_id":"0d7816ac-6bc6-4082-b974-8466e4cbaec7","html_url":"https://github.com/scaffold-eth/scaffold-eth-2","commit_stats":{"total_commits":414,"total_committers":53,"mean_commits":7.811320754716981,"dds":0.71256038647343,"last_synced_commit":"4fad12aa0cf3cc7123f2dde5122104b47e880331"},"previous_names":["scaffold-eth/se-2"],"tags_count":18,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scaffold-eth","download_url":"https://codeload.github.com/scaffold-eth/scaffold-eth-2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052692,"owners_count":22006716,"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":["daisyui","dapp","ethereum","ethersjs","hardhat","nextjs","rainbowkit","solidity","starter-kit","tailwindcss","typescript","viem","wagmi"],"created_at":"2024-08-02T13:00:14.477Z","updated_at":"2025-05-14T02:04:57.160Z","avatar_url":"https://github.com/scaffold-eth.png","language":"TypeScript","funding_links":[],"categories":["Learning","区块链、智能合约","Awesome Scaffold dApp"],"sub_categories":["Learning By Doing","网络服务_其他"],"readme":"# 🏗 Scaffold-ETH 2\n\n\u003ch4 align=\"center\"\u003e\n  \u003ca href=\"https://docs.scaffoldeth.io\"\u003eDocumentation\u003c/a\u003e |\n  \u003ca href=\"https://scaffoldeth.io\"\u003eWebsite\u003c/a\u003e\n\u003c/h4\u003e\n\n🧪 An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Ethereum blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts.\n\n⚙️ Built using NextJS, RainbowKit, Foundry/Hardhat, Wagmi, Viem, and Typescript.\n\n- ✅ **Contract Hot Reload**: Your frontend auto-adapts to your smart contract as you edit it.\n- 🪝 **[Custom hooks](https://docs.scaffoldeth.io/hooks/)**: Collection of React hooks wrapper around [wagmi](https://wagmi.sh/) to simplify interactions with smart contracts with typescript autocompletion.\n- 🧱 [**Components**](https://docs.scaffoldeth.io/components/): Collection of common web3 components to quickly build your frontend.\n- 🔥 **Burner Wallet \u0026 Local Faucet**: Quickly test your application with a burner wallet and local faucet.\n- 🔐 **Integration with Wallet Providers**: Connect to different wallet providers and interact with the Ethereum network.\n\n![Debug Contracts tab](https://github.com/scaffold-eth/scaffold-eth-2/assets/55535804/b237af0c-5027-4849-a5c1-2e31495cccb1)\n\n## Requirements\n\nBefore you begin, you need to install the following tools:\n\n- [Node (\u003e= v20.18.3)](https://nodejs.org/en/download/)\n- Yarn ([v1](https://classic.yarnpkg.com/en/docs/install/) or [v2+](https://yarnpkg.com/getting-started/install))\n- [Git](https://git-scm.com/downloads)\n\n## Quickstart\n\nTo get started with Scaffold-ETH 2, follow the steps below:\n\n1. Install the latest version of Scaffold-ETH 2\n\n```\nnpx create-eth@latest\n```\n\nThis command will install all the necessary packages and dependencies, so it might take a while.\n\n\u003e [!NOTE]\n\u003e You can also initialize your project with one of our extensions to add specific features or starter-kits. Learn more in our [extensions documentation](https://docs.scaffoldeth.io/extensions/).\n\n2. Run a local network in the first terminal:\n\n```\nyarn chain\n```\n\nThis command starts a local Ethereum network that runs on your local machine and can be used for testing and development. Learn how to [customize your network configuration](https://docs.scaffoldeth.io/quick-start/environment#1-initialize-a-local-blockchain).\n\n3. On a second terminal, deploy the test contract:\n\n```\nyarn deploy\n```\n\nThis command deploys a test smart contract to the local network. You can find more information about how to customize your contract and deployment script in our [documentation](https://docs.scaffoldeth.io/quick-start/environment#2-deploy-your-smart-contract).\n\n4. On a third terminal, start your NextJS app:\n\n```\nyarn start\n```\n\nVisit your app on: `http://localhost:3000`. You can interact with your smart contract using the `Debug Contracts` page. You can tweak the app config in `packages/nextjs/scaffold.config.ts`.\n\n**What's next**:\n\nVisit the [What's next section of our docs](https://docs.scaffoldeth.io/quick-start/environment#whats-next) to learn how to:\n\n- Edit your smart contracts\n- Edit your deployment scripts\n- Customize your frontend\n- Edit the app config\n- Writing and running tests\n- [Setting up external services and API keys](https://docs.scaffoldeth.io/deploying/deploy-smart-contracts#configuration-of-third-party-services-for-production-grade-apps)\n\n## Documentation\n\nVisit our [docs](https://docs.scaffoldeth.io) to learn all the technical details and guides of Scaffold-ETH 2.\n\nTo know more about its features, check out our [website](https://scaffoldeth.io).\n\n## Contributing to Scaffold-ETH 2\n\nWe welcome contributions to Scaffold-ETH 2!\n\nPlease see [CONTRIBUTING.MD](https://github.com/scaffold-eth/scaffold-eth-2/blob/main/CONTRIBUTING.md) for more information and guidelines for contributing to Scaffold-ETH 2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaffold-eth%2Fscaffold-eth-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscaffold-eth%2Fscaffold-eth-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaffold-eth%2Fscaffold-eth-2/lists"}