Scaffold-ETH

可复刻的以太坊开发栈专注于快速的产品迭代。「forkable Ethereum dev stack focused on fast product iterations」

Github stars Tracking Chart

🏗 Scaffold-ETH

everything you need to build on Ethereum! 🚀
🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract:

image

🏄‍♂️ Quick Start

Prerequisites: Node plus Yarn and Git

clone/fork 🏗 scaffold-eth:

git clone https://github.com/austintgriffith/scaffold-eth.git

install and start your 👷‍ Hardhat chain:

cd scaffold-eth
yarn install
yarn chain

in a second terminal window, start your 📱 frontend:

cd scaffold-eth
yarn start

in a third terminal window, 🛰 deploy your contract:

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

🔭 Learning Solidity

📕 Read the docs: https://docs.soliditylang.org

📚 Go through each topic from solidity by example editing YourContract.sol in 🏗 scaffold-eth

📧 Learn the Solidity globals and units

🛠 Buidl

Check out all the active branches, open issues, and join/fund the 🏰 BuidlGuidl!

💬 Support Chat

Join the telegram support chat 💬 to ask questions and find others building with 🏗 scaffold-eth!


🙏 Please check out our Gitcoin grant too!

Overview

Name With Ownerscaffold-eth/scaffold-eth
Primary LanguageCSS
Program languageJavaScript (Language Count: 7)
PlatformLinux, Mac, Windows
License:MIT License
Release Count1
Last Release Nametesty (Posted on )
First Release Nametesty (Posted on )
Created At2020-04-27 14:37:27
Pushed At2023-10-10 23:26:33
Last Commit At2023-10-10 19:26:30
Stargazers Count9k
Watchers Count150
Fork Count3.5k
Commits Count1.2k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count460
Pull Requests Open Count0
Pull Requests Close Count264
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top