π Scaffold-ETH
everything you need to build on Ethereum!
π
πββοΈ Quick Start
Prerequisites: Node (v18 LTS) plus Yarn (v1.x) and Git
openssl-legacy-provider from the start script in package.json
1οΈβ£ clone/forkπ scaffold-eth:
git clone https://github.com/scaffold-eth/scaffold-eth.git
2οΈβ£ install and start your π·β Hardhat chain:
cd scaffold-eth
yarn install
yarn chain
3οΈβ£ in a second terminal window, start yourπ± frontend:
App.jsx to match your default network in hardhat-config.js.
cd scaffold-eth
yarn start
4οΈβ£ in a third terminal window,π° deploy your contract:
yarn generate first and then fund the deployer account. To view account balances, run yarn account. You will aslo need to update hardhat-config.js with the correct default network.
cd scaffold-eth
yarn deployYourContract.sol in packages/hardhat/contracts
App.jsx in packages/react-app/src
packages/hardhat/deploy
yarn surge. You will need to have a surge account and have the surge CLI installed. There is also the option to deploy to IPFS using yarn ipfs and yarn s3 to deploy to an AWS bucket packages/react-app/src/scripts folder to help with this.`
π Documentation
Documentation, tutorials, challenges, and many more resources, visit: docs.scaffoldeth.io
π¦ Other Flavors
- scaffold-eth-typescript
- scaffold-eth-tailwind
- scaffold-nextjs
- scaffold-chakra
- Scaffold-ETH x Buildbear
- eth-hooks
- eth-components
- scaffold-eth-expo
- scaffold-eth-truffle
π Learning Solidity
YourContract.sol in
π Buidl
Check out all the active branches, open issues, and join/fund the
-
π« Extend the NFT example to make a "buyer mints" marketplace -
βοΈ Learn how ecrecover works -
π©βπ©βπ§βπ§ Build a multi-sig that uses off-chain signatures -
βοΈ Learn how a simple DEX works -
π¦ Ape into learning!
π P.S.
ALCHEMY_KEY = xxx in packages/react-app/src/constants.js with your new key.
InfuraID before you go to production. Huge thanks to Infura for our special account that fields 7m req/day!
π π¨ Speedrun Ethereum
Register as a builder here and start on some of the challenges and build a portfolio.
π¬ Support Chat
Join the telegram support chat
