everything you need to build on Ethereum! 🚀
🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract:
Prerequisites: Node plus Yarn and Git
clone/fork ETH-airdrop:
git clone https://github.com/Monarch717/ETH-airdrop.git
install and start your 👷 Hardhat chain:
cd eth-airdrop
yarn install
yarn chain
in a second terminal window, start your 📱 frontend:
cd eth-airdrop
yarn start
in a third terminal window, 🛰 deploy your contract:
cd eth-airdrop
yarn deploy