Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
/ scaffold-eth Public archive

πŸ— forkable Ethereum dev stack focused on fast product iterations

License

Notifications You must be signed in to change notification settings

scaffold-eth/scaffold-eth

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ— Scaffold-ETH + β–² Next.js

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 scaffold-nextjs

checkout the scaffold-nextjs branch

cd scaffold-nextjs
git checkout scaffold-nextjs

install and start your πŸ‘·β€ Hardhat chain:

yarn install
yarn chain

in a second terminal window, πŸ›° deploy your contract:

cd scaffold-nextjs
yarn deploy

in a third terminal window, start your πŸ“± frontend:

cd scaffold-nextjs
yarn start

πŸ” Edit your smart contract YourContract.sol in packages/hardhat/contracts

πŸ“ Edit your frontend index.js in packages/react-app/src/pages

πŸ’Ό 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!