everything you need to build on EVM-compatible blockchains! 🚀
🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract:
Prerequisites: Node plus Yarn and Git
clone/fork 🏗 scaffold-eth:
git clone -b multi-evm https://github.com/zh/scaffold-eth.git multi-evm
install and start your 👷 Hardhat chain:
cd multi-evm
yarn install
yarn chain
in a second terminal window, start your 📱 frontend:
cd multi-evm
yarn start
(optional) in a third terminal window, 🛰 deploy your contract:
cd multi-evm
yarn deploy
// deploy on another blockchains
yarn deploy --network testnetSmartBCH
yarn deploy --network testnetFantom
🔏 Edit your smart contract YourContract.sol
in packages/hardhat/contracts
📝 Edit your frontend App.jsx
in packages/react-app/src
For using with other blockchains change target network:
const targetNetwork = NETWORKS.testnetSmartBCH;
const targetNetwork = NETWORKS.testnetFantom;
💼 Edit your deployment scripts in packages/hardhat/deploy
📱 Open http://localhost:3000 to see the app
Documentation, tutorials, challenges, and many more resources, visit: docs.scaffoldeth.io
📕 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
Check out all the active branches, open issues, and join/fund the 🏰 BuidlGuidl!
Join the telegram support chat 💬 to ask questions and find others building with 🏗 scaffold-eth!
🙏 Please check out our Gitcoin grant too!