Skip to content

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

License

Notifications You must be signed in to change notification settings

DasNarrenschiff/scaffold-eth

This branch is 339 commits behind scaffold-eth/scaffold-eth:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 8, 2021
Oct 20, 2021
Sep 18, 2021
Nov 30, 2021
Nov 27, 2021
Jun 23, 2021
Oct 11, 2021
Jun 21, 2021
Mar 28, 2021
Mar 27, 2021
Nov 17, 2021
Oct 20, 2021
Nov 15, 2021

Repository files navigation

πŸ— 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

Manual setup

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

🌍 You need an RPC key for production deployments/Apps, create an Alchemy account and replace the value of ALCHEMY_KEY = xxx in packages/react-app/src/constants.js

πŸ” 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

Automated with Gitpod

To deploy this project to Gitpod, click this button:

Open in Gitpod

πŸ“š 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!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 85.8%
  • JavaScript 12.9%
  • Shell 0.8%
  • Dockerfile 0.2%
  • HTML 0.1%
  • TypeScript 0.1%
  • Other 0.1%