Scaffold-ETH
Forkable Ethereum dev stack focused on fast product iterations
scaffold-eth is a developer starter kit for building Ethereum-powered applications, bundling a smart-contract workspace with a live-reloading front end and batteries-included tooling. It provides a local blockchain environment, contract templates, and scripts for compile, deploy, verify, and test, wired to a React/Next.js UI that reflects contract state in real time. The stack encourages rapid iteration: edit a Solidity contract, redeploy with one command, and immediately interact through...