# fullstack-dapp-template **Repository Path**: fengpangzi_space/fullstack-dapp-template ## Basic Information - **Project Name**: fullstack-dapp-template - **Description**: web3应用全栈开发模板 from:https://github.com/scaffold-eth/scaffold-eth#-scaffold-eth - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-08 - **Last Updated**: 2022-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: web3, 全栈开发, 智能合约 ## README # 🏗 Scaffold-ETH > everything you need to build on Ethereum! 🚀 🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract: ![image](https://user-images.githubusercontent.com/2653167/124158108-c14ca380-da56-11eb-967e-69cde37ca8eb.png) # 🏄‍♂️ Quick Start Prerequisites: [Node (v16 LTS)](https://nodejs.org/en/download/) plus [Yarn (v1.x)](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads) > clone/fork 🏗 scaffold-eth: ```bash git clone https://github.com/scaffold-eth/scaffold-eth.git ``` > install and start your 👷‍ Hardhat chain: ```bash cd scaffold-eth yarn install yarn chain ``` > in a second terminal window, start your 📱 frontend: ```bash cd scaffold-eth yarn start ``` > in a third terminal window, 🛰 deploy your contract: ```bash cd scaffold-eth yarn deploy ``` 🔏 Edit your smart contract `YourContract.sol` in `packages/hardhat/contracts` 📝 Edit your frontend `App.jsx` in `packages/react-app/src` 💼 Edit your deployment scripts in `packages/hardhat/deploy` 📱 Open http://localhost:3000 to see the app # 📚 Documentation Documentation, tutorials, challenges, and many more resources, visit: [docs.scaffoldeth.io](https://docs.scaffoldeth.io) # 🍦 Other Flavors - [scaffold-eth-typescript](https://github.com/scaffold-eth/scaffold-eth-typescript) - [scaffold-eth-tailwind](https://github.com/stevenpslade/scaffold-eth-tailwind) - [scaffold-nextjs](https://github.com/scaffold-eth/scaffold-eth/tree/scaffold-nextjs) - [scaffold-chakra](https://github.com/scaffold-eth/scaffold-eth/tree/chakra-ui) - [eth-hooks](https://github.com/scaffold-eth/eth-hooks) - [eth-components](https://github.com/scaffold-eth/eth-components) - [scaffold-eth-expo](https://github.com/scaffold-eth/scaffold-eth-expo) - [scaffold-eth-truffle](https://github.com/trufflesuite/scaffold-eth) # 🔭 Learning Solidity 📕 Read the docs: https://docs.soliditylang.org 📚 Go through each topic from [solidity by example](https://solidity-by-example.org) editing `YourContract.sol` in **🏗 scaffold-eth** - [Primitive Data Types](https://solidity-by-example.org/primitives/) - [Mappings](https://solidity-by-example.org/mapping/) - [Structs](https://solidity-by-example.org/structs/) - [Modifiers](https://solidity-by-example.org/function-modifier/) - [Events](https://solidity-by-example.org/events/) - [Inheritance](https://solidity-by-example.org/inheritance/) - [Payable](https://solidity-by-example.org/payable/) - [Fallback](https://solidity-by-example.org/fallback/) 📧 Learn the [Solidity globals and units](https://docs.soliditylang.org/en/latest/units-and-global-variables.html) # 🛠 Buidl Check 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)! - 🚤 [Follow the full Ethereum Speed Run](https://medium.com/@austin_48503/%EF%B8%8Fethereum-dev-speed-run-bd72bcba6a4c) - 🎟 [Create your first NFT](https://github.com/scaffold-eth/scaffold-eth/tree/simple-nft-example) - 🥩 [Build a staking smart contract](https://github.com/scaffold-eth/scaffold-eth/tree/challenge-1-decentralized-staking) - 🏵 [Deploy a token and vendor](https://github.com/scaffold-eth/scaffold-eth/tree/challenge-2-token-vendor) - 🎫 [Extend the NFT example to make a "buyer mints" marketplace](https://github.com/scaffold-eth/scaffold-eth/tree/buyer-mints-nft) - 🎲 [Learn about commit/reveal](https://github.com/scaffold-eth/scaffold-eth-examples/tree/commit-reveal-with-frontend) - ✍️ [Learn how ecrecover works](https://github.com/scaffold-eth/scaffold-eth-examples/tree/signature-recover) - 👩‍👩‍👧‍👧 [Build a multi-sig that uses off-chain signatures](https://github.com/scaffold-eth/scaffold-eth/tree/meta-multi-sig) - ⏳ [Extend the multi-sig to stream ETH](https://github.com/scaffold-eth/scaffold-eth/tree/streaming-meta-multi-sig) - ⚖️ [Learn how a simple DEX works](https://medium.com/@austin_48503/%EF%B8%8F-minimum-viable-exchange-d84f30bd0c90) - 🦍 [Ape into learning!](https://github.com/scaffold-eth/scaffold-eth/tree/aave-ape) # 💌 P.S. 🌍 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. 📣 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! # 🏃💨 Speedrun Ethereum Register as a builder [here](https://speedrunethereum.com) and start on some of the challenges and build a portfolio. # 💬 Support Chat Join the telegram [support chat 💬](https://t.me/joinchat/KByvmRe5wkR-8F_zz6AjpA) to ask questions and find others building with 🏗 scaffold-eth! --- 🙏 Please check out our [Gitcoin grant](https://gitcoin.co/grants/2851/scaffold-eth) too! ### Automated with Gitpod [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#github.com/scaffold-eth/scaffold-eth)