{"id":13676027,"url":"https://github.com/scaffold-eth/scaffold-eth-examples","last_synced_at":"2025-04-05T20:09:48.925Z","repository":{"id":37004524,"uuid":"426748423","full_name":"scaffold-eth/scaffold-eth-examples","owner":"scaffold-eth","description":"Scaffold-Eth 🏗  examples repo","archived":false,"fork":false,"pushed_at":"2024-03-21T14:53:00.000Z","size":403203,"stargazers_count":219,"open_issues_count":4,"forks_count":169,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-29T19:06:44.770Z","etag":null,"topics":["dapp","ethereum","react","solidity","web3"],"latest_commit_sha":null,"homepage":"","language":"CSS","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":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":"2021-11-10T19:22:44.000Z","updated_at":"2025-03-13T13:05:05.000Z","dependencies_parsed_at":"2024-11-11T17:33:44.621Z","dependency_job_id":"94f94e8f-ec79-4b49-a1b8-8fa7fdcf23cd","html_url":"https://github.com/scaffold-eth/scaffold-eth-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"scaffold-eth/scaffold-eth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaffold-eth%2Fscaffold-eth-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scaffold-eth","download_url":"https://codeload.github.com/scaffold-eth/scaffold-eth-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393574,"owners_count":20931813,"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":["dapp","ethereum","react","solidity","web3"],"created_at":"2024-08-02T13:00:14.500Z","updated_at":"2025-04-05T20:09:48.908Z","avatar_url":"https://github.com/scaffold-eth.png","language":"CSS","funding_links":[],"categories":["Awesome Scaffold dApp"],"sub_categories":[],"readme":"# 🏗 Scaffold-ETH\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# 🏄‍♂️ Quick Start\n\nPrerequisites: [Node](https://nodejs.org/en/download/) plus [Yarn](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads)\n\n\u003e clone/fork 🏗 scaffold-eth:\n\n```bash\ngit clone https://github.com/scaffold-eth/scaffold-eth-examples.git\n```\n\n\u003e install and start your 👷‍ Hardhat chain:\n\n```bash\ncd scaffold-eth-examples\nyarn install\nyarn chain\n```\n\n\u003e in a second terminal window, start your 📱 frontend:\n\n```bash\ncd scaffold-eth-examples\nyarn start\n```\n\n\u003e in a third terminal window, 🛰 deploy your contract:\n\n```bash\ncd scaffold-eth-examples\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# 📚 Documentation\n\nDocumentation, tutorials, challenges, and many more resources, visit: [docs.scaffoldeth.io](https://docs.scaffoldeth.io)\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://solidity.readthedocs.io/en/v0.6.6/units-and-global-variables.html)\n\n# 🛠 Buidl\n\nCheck out all the [active branches](https://github.com/austintgriffith/scaffold-eth/branches/active), [open issues](https://github.com/austintgriffith/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-challenges/tree/challenge-0-simple-nft)\n - 🥩  [Build a staking smart contract](https://github.com/austintgriffith/scaffold-eth/tree/challenge-1-decentralized-staking)\n - 🏵  [Deploy a token and vendor](https://github.com/austintgriffith/scaffold-eth/tree/challenge-2-token-vendor)\n - 🎫  [Extend the NFT example to make a \"buyer mints\" marketplace](https://github.com/austintgriffith/scaffold-eth/tree/buyer-mints-nft)\n - 🎲  [Learn about commit/reveal](https://github.com/austintgriffith/scaffold-eth/tree/commit-reveal-with-frontend)\n - ✍️  [Learn how ecrecover works](https://github.com/austintgriffith/scaffold-eth/tree/signature-recover)\n - 👩‍👩‍👧‍👧  [Build a multi-sig that uses off-chain signatures](https://github.com/austintgriffith/scaffold-eth/tree/meta-multi-sig)\n - ⏳  [Extend the multi-sig to stream ETH](https://github.com/austintgriffith/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/austintgriffith/scaffold-eth/tree/aave-ape)\n\n# 💬 Support Chat\n\nJoin the telegram [support chat 💬](https://t.me/joinchat/KByvmRe5wkR-8F_zz6AjpA) 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaffold-eth%2Fscaffold-eth-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscaffold-eth%2Fscaffold-eth-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaffold-eth%2Fscaffold-eth-examples/lists"}