{"id":27849326,"url":"https://github.com/austintgriffith/scaffold-eth","last_synced_at":"2025-05-03T20:01:09.916Z","repository":{"id":37081492,"uuid":"259354262","full_name":"scaffold-eth/scaffold-eth","owner":"scaffold-eth","description":"🏗 forkable Ethereum dev stack focused on fast product iterations ","archived":true,"fork":false,"pushed_at":"2024-06-04T15:20:23.000Z","size":347381,"stargazers_count":9080,"open_issues_count":2,"forks_count":3452,"subscribers_count":151,"default_branch":"master","last_synced_at":"2025-05-03T15:37:14.475Z","etag":null,"topics":["buidler","create-react-app","dapp","eth","ethereum","ethers","graph","react","scaffoldeth","scaffolding","solidity","uniswap"],"latest_commit_sha":null,"homepage":"http://scaffoldeth.io","language":"CSS","has_issues":false,"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":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":"2020-04-27T14:37:27.000Z","updated_at":"2025-05-01T05:19:05.000Z","dependencies_parsed_at":"2024-08-22T15:35:40.274Z","dependency_job_id":"dad8268a-e959-432f-bdda-c1779d27c3f7","html_url":"https://github.com/scaffold-eth/scaffold-eth","commit_stats":null,"previous_names":["austintgriffith/scaffold-eth"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scaffold-eth","download_url":"https://codeload.github.com/scaffold-eth/scaffold-eth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252246395,"owners_count":21717700,"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":["buidler","create-react-app","dapp","eth","ethereum","ethers","graph","react","scaffoldeth","scaffolding","solidity","uniswap"],"created_at":"2025-05-03T20:00:34.493Z","updated_at":"2025-05-03T20:01:09.885Z","avatar_url":"https://github.com/scaffold-eth.png","language":"CSS","funding_links":[],"categories":["Resources","List of Web3 Libraries","开源项目","**开发与工具资源（提高NFT工作效率）**","Resources, frameworks, blockchain orchestration, testing, and command line interface.","Roadmap","六、开发模板（快速启动项目）"],"sub_categories":["JavaScript web3 项目","**播客（碎片化学习）**","**Podcast Episodes**","2. 主网真实项目（抄作业）"],"readme":"# 🏗 Scaffold-ETH\n\n# 🚨🚨 This repository has been archived and is now read-only 🚨🚨\n\nYou are still welcome to fork and use as a template but no more changes will be made to this repository.\n\n## 🎖 Scaffold-ETH 2 is the latest version, we recommend you fork: https://github.com/scaffold-eth/scaffold-eth-2\n\n---\n\n\u003e everything you need to build on Ethereum! 🚀\n\n🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract:\n\n![image](https://user-images.githubusercontent.com/2653167/124158108-c14ca380-da56-11eb-967e-69cde37ca8eb.png)\n\n\n\n# 🏄‍♂️ Quick Start\n\nPrerequisites: [Node (v18 LTS)](https://nodejs.org/en/download/) plus [Yarn (v1.x)](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads)\n\n🚨 If you are using a version \u003c v18 you will need to remove `openssl-legacy-provider` from the `start` script in `package.json`\n\n\u003e 1️⃣ clone/fork 🏗 scaffold-eth:\n\n```bash\ngit clone https://github.com/scaffold-eth/scaffold-eth.git\n```\n\n\u003e 2️⃣ install and start your 👷‍ Hardhat chain:\n\n```bash\ncd scaffold-eth\nyarn install\nyarn chain\n```\n\n\u003e 3️⃣ in a second terminal window, start your 📱 frontend:\n\n🚨 if your contracts are not deployed to localhost, you will need to update the default network in `App.jsx` to match your default network in `hardhat-config.js`.\n\n```bash\ncd scaffold-eth\nyarn start\n```\n\n\u003e 4️⃣ in a third terminal window, 🛰 deploy your contract:\n\n🚨 if you are not deploying to localhost, you will need to run `yarn generate` first and then fund the deployer account. To view account balances, run `yarn account`. You will also need to update `hardhat-config.js` with the correct default network.\n\n```bash\ncd scaffold-eth\nyarn deploy\n```\n\n🔏 Edit your smart contract `YourContract.sol` in `packages/hardhat/contracts`\n\n📝 Edit your frontend `App.jsx` in `packages/react-app/src`\n\n💼 Edit your deployment scripts in `packages/hardhat/deploy`\n\n📱 Open http://localhost:3000 to see the app\n\n🚨📡 To deploy to a public domain, use `yarn surge`. You will need to have a surge account and have the surge CLI installed. There is also the option to deploy to IPFS using `yarn ipfs` and `yarn s3` to deploy to an AWS bucket 🪣 There are scripts in the `packages/react-app/src/scripts` folder to help with this.`\n\n# 📚 Documentation\n\nDocumentation, tutorials, challenges, and many more resources, visit: [docs.scaffoldeth.io](https://docs.scaffoldeth.io)\n\n\n# 🍦 Other Flavors\n- [scaffold-eth-typescript](https://github.com/scaffold-eth/scaffold-eth-typescript)\n- [scaffold-eth-tailwind](https://github.com/stevenpslade/scaffold-eth-tailwind)\n- [scaffold-nextjs](https://github.com/scaffold-eth/scaffold-eth/tree/scaffold-nextjs)\n- [scaffold-chakra](https://github.com/scaffold-eth/scaffold-eth/tree/chakra-ui)\n- [Scaffold-ETH x Buildbear](https://github.com/BuildBearLabs/scaffold-eth)\n- [eth-hooks](https://github.com/scaffold-eth/eth-hooks)\n- [eth-components](https://github.com/scaffold-eth/eth-components)\n- [scaffold-eth-expo](https://github.com/scaffold-eth/scaffold-eth-expo)\n- [scaffold-eth-truffle](https://github.com/trufflesuite/scaffold-eth)\n\n\n\n# 🔭 Learning Solidity\n\n📕 Read the docs: https://docs.soliditylang.org\n\n📚 Go through each topic from [solidity by example](https://solidity-by-example.org) editing `YourContract.sol` in **🏗 scaffold-eth**\n\n- [Primitive Data Types](https://solidity-by-example.org/primitives/)\n- [Mappings](https://solidity-by-example.org/mapping/)\n- [Structs](https://solidity-by-example.org/structs/)\n- [Modifiers](https://solidity-by-example.org/function-modifier/)\n- [Events](https://solidity-by-example.org/events/)\n- [Inheritance](https://solidity-by-example.org/inheritance/)\n- [Payable](https://solidity-by-example.org/payable/)\n- [Fallback](https://solidity-by-example.org/fallback/)\n\n📧 Learn the [Solidity globals and units](https://docs.soliditylang.org/en/latest/units-and-global-variables.html)\n\n# 🛠 Buidl\n\nCheck out all the [active branches](https://github.com/scaffold-eth/scaffold-eth/branches/active), [open issues](https://github.com/scaffold-eth/scaffold-eth/issues), and join/fund the 🏰 [BuidlGuidl](https://BuidlGuidl.com)!\n\n  \n - 🚤  [Follow the full Ethereum Speed Run](https://medium.com/@austin_48503/%EF%B8%8Fethereum-dev-speed-run-bd72bcba6a4c)\n\n\n - 🎟  [Create your first NFT](https://github.com/scaffold-eth/scaffold-eth/tree/simple-nft-example)\n - 🥩  [Build a staking smart contract](https://github.com/scaffold-eth/scaffold-eth/tree/challenge-1-decentralized-staking)\n - 🏵  [Deploy a token and vendor](https://github.com/scaffold-eth/scaffold-eth/tree/challenge-2-token-vendor)\n - 🎫  [Extend the NFT example to make a \"buyer mints\" marketplace](https://github.com/scaffold-eth/scaffold-eth/tree/buyer-mints-nft)\n - 🎲  [Learn about commit/reveal](https://github.com/scaffold-eth/scaffold-eth-examples/tree/commit-reveal-with-frontend)\n - ✍️  [Learn how ecrecover works](https://github.com/scaffold-eth/scaffold-eth-examples/tree/signature-recover)\n - 👩‍👩‍👧‍👧  [Build a multi-sig that uses off-chain signatures](https://github.com/scaffold-eth/scaffold-eth/tree/meta-multi-sig)\n - ⏳  [Extend the multi-sig to stream ETH](https://github.com/scaffold-eth/scaffold-eth/tree/streaming-meta-multi-sig)\n - ⚖️  [Learn how a simple DEX works](https://medium.com/@austin_48503/%EF%B8%8F-minimum-viable-exchange-d84f30bd0c90)\n - 🦍  [Ape into learning!](https://github.com/scaffold-eth/scaffold-eth/tree/aave-ape)\n\n# 💌 P.S.\n\n🌍 You need an RPC key for testnets and production deployments, create an [Alchemy](https://www.alchemy.com/) account and replace the value of `ALCHEMY_KEY = xxx` in `packages/react-app/src/constants.js` with your new key.\n\n📣 Make sure you update the `InfuraID` before you go to production. Huge thanks to [Infura](https://infura.io/) for our special account that fields 7m req/day!\n\n# 🏃💨 Speedrun Ethereum\nRegister as a builder [here](https://speedrunethereum.com) and start on some of the challenges and build a portfolio.\n\n# 💬 Support Chat\n\nJoin the telegram [support chat 💬](https://t.me/joinchat/KByvmRe5wkR-8F_zz6AjpA) or buidlguidl [discord](https://discord.gg/pRsr6rwG) to ask questions and find others building with 🏗 scaffold-eth!\n\n---\n\n🙏 Please check out our [Gitcoin grant](https://gitcoin.co/grants/2851/scaffold-eth) too!\n\n### Automated with Gitpod\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#github.com/scaffold-eth/scaffold-eth)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustintgriffith%2Fscaffold-eth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustintgriffith%2Fscaffold-eth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustintgriffith%2Fscaffold-eth/lists"}