My personal starterkit for quick scaffold-eth Buidls
Prerequisites: Node (v16 LTS) plus Yarn and Git
clone/fork:
git clone https://github.com/ghostffcode/ghost-scaffold-eth.git
install and start your 👷 Hardhat chain:
cd ghost-scaffold-eth
yarn install
yarn chain
in a second terminal window, start your 📱 frontend:
cd ghost-scaffold-eth
yarn start
in a third terminal window, 🛰 deploy your contract:
cd ghost-scaffold-eth
yarn deploy
🔏 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